mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5293 - aria-invalid state added to Input components
This commit is contained in:
parent
c8d6546ea0
commit
2a657bc85b
15 changed files with 16 additions and 3 deletions
|
@ -14,6 +14,7 @@
|
|||
:required="required"
|
||||
:aria-labelledby="ariaLabelledby"
|
||||
:aria-label="ariaLabel"
|
||||
:aria-invalid="invalid || undefined"
|
||||
@focus="onFocus"
|
||||
@blur="onBlur"
|
||||
@change="onChange"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue