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
feat(form): added errorfocus option to focus first error field or dom node
This PR adds a new option errorFocus (default false to stay backward compatible).
When set to true, the first found error field will be focussed ready to immediatly change the values.
When set to a string, it will be used as a dom selector to be able to focus anything else (most probably the error message box)
Until now the user always had to click into the related field before
0 commit comments