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
.disabled(isAllFieldValid ==false) // Use isAllFieldValid to automatically disable the action button
76
81
}
77
82
}
78
83
}
@@ -92,6 +97,9 @@ Error for each field gets hidden at one of three specific times:
92
97
*`onFocus` - field with error is focused..
93
98
*`onFucusLost` - field with error lost focus.
94
99
100
+
### Is All Field Valid
101
+
Property indicating the result of validation of all fields without focus. Using this property you can additionally build ui update logic, for example block the next button.
102
+
95
103
### Custom Validation Rules
96
104
97
105
Extend `ValidationRule`:
@@ -146,7 +154,7 @@ FormView doesn't use any external dependencies.
0 commit comments