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
PhoneInput
Related: #1
Source: DurHack project (ducompsoc/durhack) 'contact' application form
+44 123456789
+61 ...
The selected phone number prefix reverts to the prefix of the last 'valid' input text (+44)
+44
The selected phone number prefix should revert to 'indeterminate'
Problem could be related to usage via react-hook-form - passing in the value prop?
react-hook-form
value
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related: #1
Source: DurHack project (ducompsoc/durhack) 'contact' application form
To reproduce
+44 123456789
)+61 ...
)Actual result
The selected phone number prefix reverts to the prefix of the last 'valid' input text (
+44
)Expected result
The selected phone number prefix should revert to 'indeterminate'
Notes
Problem could be related to usage via
react-hook-form
- passing in thevalue
prop?The text was updated successfully, but these errors were encountered: