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
// We delay the validation in order to prevent Checkbox loss of focus when
308
-
// the user are focusing a TextInput and proceeds to toggle a CheckBox in
309
-
// web and mobile web platforms.
310
-
setTimeout(()=>{
311
-
setTouchedInput(inputID);
312
-
313
-
// To prevent server errors from being cleared inadvertently, we only run validation on blur if any form values have changed since the last validation/submit
// We delay the validation in order to prevent Checkbox loss of focus when
311
+
// the user are focusing a TextInput and proceeds to toggle a CheckBox in
312
+
// web and mobile web platforms.
313
+
setTimeout(()=>{
314
+
setTouchedInput(inputID);
315
+
316
+
// To prevent server errors from being cleared inadvertently, we only run validation on blur if any form values have changed since the last validation/submit
0 commit comments