-
-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(formvalidation): improve disabled fields check
Whenever a (required) form field gets disabled by adding the disabled class to the field label (rather than the input itself) after the whole form was initialized, the validation failed. native required but disabled input fields are ignored by default, so FUI should also support that
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 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