mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #2542
This commit is contained in:
parent
1f9f87c804
commit
8465dcb77a
2 changed files with 11 additions and 0 deletions
|
@ -119,6 +119,12 @@ const AutoCompleteProps = [
|
|||
default: "null",
|
||||
description: "Style class of the overlay panel."
|
||||
},
|
||||
{
|
||||
name: "loadingIcon",
|
||||
type: "string",
|
||||
default: "pi pi-spinner",
|
||||
description: "Icon to display in loading state."
|
||||
},
|
||||
{
|
||||
name: "virtualScrollerOptions",
|
||||
type: "object",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue