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
If there are errors on the form and you enter a phone number, then after each entry the cursor disappears from the phone number entry field
import PhoneInput from 'react-phone-number-input/react-hook-form-input';
<PhoneInput name="phone" inputComponent={InputRef} control={control} rules={{ required: "error", }} />
If you remove the validation rules, then everything works fine
The text was updated successfully, but these errors were encountered:
kindly assign this issue to me.
Sorry, something went wrong.
Any news on this?
do you have any results?
@Geparder just read your comment, coming back with a result tomorrow.
No branches or pull requests
If there are errors on the form and you enter a phone number, then after each entry the cursor disappears from the phone number entry field
import PhoneInput from 'react-phone-number-input/react-hook-form-input';
<PhoneInput name="phone" inputComponent={InputRef} control={control} rules={{ required: "error", }} />
If you remove the validation rules, then everything works fine
The text was updated successfully, but these errors were encountered: