You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for the useful library!
I've found that the model doesn't work well on auto-filled values.
When the browser auto-fills an input, the internal model state does not update.
If the field has isRequired, it will show an error message even though the input already has a value.
The text was updated successfully, but these errors were encountered:
Hello, thanks for the useful library!
I've found that the model doesn't work well on auto-filled values.
When the browser auto-fills an input, the internal model state does not update.
If the field has
isRequired
, it will show an error message even though the input already has a value.The text was updated successfully, but these errors were encountered: