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
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)
0 commit comments