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
{{ message }}
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.
can have a place holder that will be displayed in lighter color than the usual text
Focused
Activated when the user move the focus to that input
highlight with a contrasting visual effect; a different coloured border
Invalid
Display when the entered information is not correct, empty or is invalid
highlight in an negative color; red for example
Valid
Not always used. Display when the entered information is valid
highlight with an positive color; green for example
Mandatory
The field have validation and the status can be mutated to Invalid or Valid
The usual way to signal the user a field is mandatory, per convention, is to display an * along with the label. Also the Mandatory input fields can have more contrast than the Normal input fields
goal: Define all status that can be used on a form input field.
Currently on v1.5.x we have
https://techne.yaas.io/components/Form-Elements.html
https://techne.yaas.io/components/Help-and-Validation.html
The text was updated successfully, but these errors were encountered: