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
(event.type==='blur'&&autoCheckElement.validateAfterFirstBlur)||// Only validate on blur if validate-after-first-blur is set
218
+
(autoCheckElement.validateAfterFirstBlur&&autoCheckElement.shouldValidate)// Only validate on key inputs in validate-after-first-blur mode if should-validate is set (when input is invalid)
219
+
){
221
220
checker()
222
221
setLoadingState(event)
223
222
}
@@ -334,8 +333,12 @@ async function check(autoCheckElement: AutoCheckElement) {
0 commit comments