mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed #2813 - Add tabindex property to VirtualScroller
This commit is contained in:
parent
0552ee1268
commit
50b97bc720
4 changed files with 22 additions and 1 deletions
|
@ -94,6 +94,12 @@ const VirtualScrollerProps = [
|
|||
type: "boolean",
|
||||
default: "false",
|
||||
description: "Whether to show loader."
|
||||
},
|
||||
{
|
||||
name: "tabindex",
|
||||
type: "number|string",
|
||||
default: "0",
|
||||
description: "Index of the element in tabbing order."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue