-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Select): conditional validation styles
- add <hx-select-control> - [hx-changed] when 'change' happens on first <select> descendant - [hx-touched] when 'blur' happens on first <select> descendant - <hx-select> and <select> styled invalid if: - hx-select-control[hx-changed] and select:invalid - hx-select-control[hx-touched] and select:invalid - hx-select-control.hxInvalid (forced styling by app author)
- Loading branch information
Ryan A. Johnson
committed
Mar 8, 2019
1 parent
85592b9
commit 37ac482
Showing
12 changed files
with
873 additions
and
987 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
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
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
Oops, something went wrong.