mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4511 - Wrong types issue with aria-label and aria-labelledby Props
This commit is contained in:
parent
4b322a708b
commit
d65bda79f0
30 changed files with 58 additions and 58 deletions
|
@ -62,11 +62,11 @@ export default {
|
|||
type: null,
|
||||
default: null
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue