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
{{ message }}
This repository was archived by the owner on Jul 5, 2019. It is now read-only.
Proposed solution setTimeout(() => validate(), 0): perform validation at the next turn of event loop.
It would be nice to solve the out of sync issue inside the neoform package.
It seems that validation and input aren't synchronized
See also this gist
Proposed solution
setTimeout(() => validate(), 0): perform validation at the next turn of event loop.It would be nice to solve the
out of sync issueinside the neoform package.