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
I like HTML5 validation ❤️
So I think this idea is good 👍
But, Input fields always take the state :valid or :invalid.
Therefore, we will not be able to use the default color. 😭
So we can't meet your request. 🙇
Is your feature request related to a problem? Please describe.
Currently, the
.is-success
and.is-error
styles are not triggered by:valid
and:invalid
Describe the solution you'd like
.nes-input:valid
and.nes-input:invalid
should be aliases for.nes-input.is-success
and.nes-input.is-error
.Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: