After latest release, our mode: onBlur works differently #12228
Unanswered
reify-davidhale
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all! 👋
After this change in Release 7.53.0 we found out some of our forms with the
onBlur
mode were now working differently from previous package releases.However, what we are looking to do is allow
isValid
orisDirty
to determine the disabled state of the submit button on the form itself without the blur happening either on aninput
,select
, ormultiselect
which sounds more like aonChange
mode to be entirely honest. We may have been misusing the library for our purposes but the behavior has been patched.Trying to find a recommended direction on if the
mode: "onBlur"
should effectively allow for this type of work or should we be going into a different direction now?Beta Was this translation helpful? Give feedback.
All reactions