Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mtruj013 committed Jun 19, 2024
1 parent c7385b6 commit a1a635e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/src/prepare-form-inputs.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function setupIntlTelInput(countryCode, phoneInput) {
hiddenInput: phoneInput.name,
initialCountry: countryCode,
});

phoneInput.removeAttribute("name"); // Ensure only the hidden input is submitted.
addInputValidation(phoneInput);
}
Expand Down

0 comments on commit a1a635e

Please sign in to comment.