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
I am just simply adding max value validation, which is working fine for the first time, but when I reload the page, and typing again, validation is not applying.
Expected behavior
validation should work after the page reload also.
It only happen for the first time, if I unfocus the input it started showing the validation error, second time its working fine without loosing focus on input
Your environment
Software
Version(s)
Formik
^2.4.6
React
^1
TypeScript
^5
Browser
Chrome
npm/Yarn
npm
Operating System
Window 11
The text was updated successfully, but these errors were encountered:
Bug report
Current Behavior
I am just simply adding max value validation, which is working fine for the first time, but when I reload the page, and typing again, validation is not applying.
Expected behavior
validation should work after the page reload also.
Reproducible example
Suggested solution(s)
Additional context
It only happen for the first time, if I unfocus the input it started showing the validation error, second time its working fine without loosing focus on input
Your environment
The text was updated successfully, but these errors were encountered: