mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
props fix
This commit is contained in:
parent
5b62a009cd
commit
a7677ef31f
4 changed files with 9 additions and 21 deletions
|
@ -48,13 +48,13 @@ const SliderProps = [
|
|||
description: "Index of the element in tabbing order."
|
||||
},
|
||||
{
|
||||
name: "ariaLabelledBy",
|
||||
name: "aria-labelledby",
|
||||
type: "string",
|
||||
default: "null",
|
||||
description: "Establishes relationships between the component and label(s) where its value should be one or more element IDs."
|
||||
},
|
||||
{
|
||||
name: "ariaLabel",
|
||||
name: "aria-label",
|
||||
type: "string",
|
||||
default: "null",
|
||||
description: "Used to define a string that labels the element."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue