-
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.
refactor(HXSelectElement): support conditional validation
* removed `[invalid]` 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 14, 2019
1 parent
8affbd2
commit 05476b0
Showing
12 changed files
with
596 additions
and
822 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.