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
onBlur triggers for each Box, that triggers full field validation and in a couple with for example Yup + react-hook-form, if we have validation rule that length of this field should be exactly 6 chars - error appears right after we enter first char into first Box.
Expected behavior: onBlur should not be triggered if any of Boxes has a focus
The text was updated successfully, but these errors were encountered:
Demetri0
changed the title
onBlur should not be triggered for each Box, but only once when no Boxes focused
onBlur should not be triggered for each Box, but only once, when no Boxes focused
May 29, 2023
onBlur triggers for each Box, that triggers full field validation and in a couple with for example Yup + react-hook-form, if we have validation rule that length of this field should be exactly 6 chars - error appears right after we enter first char into first Box.
Expected behavior: onBlur should not be triggered if any of Boxes has a focus
The text was updated successfully, but these errors were encountered: