Open Geparder opened 6 months ago
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
kindly assign this issue to me.
Any news on this?
do you have any results?
@Geparder just read your comment, coming back with a result tomorrow.
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