-
-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(formvalidation): support object list in add errors
This PR fixes formvalidation and supports named objects as errors for the add errors behavior. This will either create individual prompts when inline:true or provide them as before via central error message box. But will support to put the field name infront. also fetches falsy values for "errors" as well now tries to get the field label for match and different rules centralizes the "get value" which was used inside match/different rules twice and did not check for non standard inputs like dropdown, calender or radio reuse / centralize /simplfy field selector given an non name identifier (such as id) to the "get value" behavior (was not working if id!=name) init a select-dropdown support native checkboxes
- Loading branch information
Showing
1 changed file
with
99 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters