We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
countryCallingCodeEditable
Hello I found a bug on countryCallingCodeEditable() which cause a bug on Guadeloupe (yes, it is my test case).
countryCallingCodeEditable()
It blocks the stroke.
Uncaught Error: Unknown country: undefined getCountryCallingCode metadata.js:631 getInternationalPhoneNumberPrefix getInternationalPhoneNumberPrefix.js:5 onPhoneDigitsChange phoneInputHelpers.js:410 PhoneNumberInput_ PhoneInputWithCountry.js:139 formatInputText inputControl.js:135 onChange inputControl.js:35 _onChange Input.js:44 React 23 js index.js:6 Webpack 3 2 [metadata.js:631](webpack://react-lead-form/node_modules/libphonenumber-js/es6/metadata.js) getCountryCallingCode metadata.js:631 getInternationalPhoneNumberPrefix getInternationalPhoneNumberPrefix.js:5 onPhoneDigitsChange phoneInputHelpers.js:410 PhoneNumberInput_ PhoneInputWithCountry.js:139 formatInputText inputControl.js:135 onChange inputControl.js:35 _onChange Input.js:44 React 15 bind_applyFunctionN self-hosted:1313 dispatchDiscreteEvent self-hosted:1276 React 4 forEach self-hosted:4290 React 4 js index.js:6 Webpack
The text was updated successfully, but these errors were encountered:
If you want, you can provide an online demo somewhere on codesandbox.io. The demo shouldn't use any "form libraries".
codesandbox.io
Sorry, something went wrong.
No branches or pull requests
Hello I found a bug on
countryCallingCodeEditable()
which cause a bug on Guadeloupe (yes, it is my test case).It blocks the stroke.
The text was updated successfully, but these errors were encountered: