This commit is contained in:
Tuğçe Küçükoğlu 2022-06-02 11:57:30 +03:00
parent 1f9f87c804
commit 8465dcb77a
2 changed files with 11 additions and 0 deletions

View file

@ -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",