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
Copy file name to clipboardExpand all lines: README.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -457,7 +457,7 @@ If you want to validate the entire form (all the rows) you can manually invoke F
457
457
458
458
#### How to get validation errors
459
459
460
-
Each row has the `validationErrors` property that can be used to retrieve all validation errors. This property just holds the validation error list of the latest row validation execution, which means it doesn't evaluate the validation rules of the row.
460
+
Each row has the `validationErrors` property that can be used to retrieve all validation errors. This property just holds the validation error list of the latest row validation execution, which means it doesn't evaluate the validation rules of the row.
461
461
462
462
## Custom rows
463
463
@@ -629,7 +629,7 @@ There are some things to consider when you do this:
0 commit comments