Skip to content
Snippets Groups Projects
Commit efa221bc authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix(a11y): add aria invalid to input

parent 94553a08
No related branches found
No related tags found
1 merge request!945V3.3.0
......@@ -13,6 +13,7 @@
<input
[attr.aria-describedby]="'status-' + id"
[attr.aria-required]="required ? 'true' : 'false'"
[attr.aria-invalid]="status === 'error' ? 'true' : 'false'"
[type]="type"
[id]="'input-' + id"
[disabled]="disabled"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment