pull/2616/head
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",

View File

@ -135,6 +135,11 @@ export interface AutoCompleteProps {
* Style class of the overlay panel.
*/
panelClass?: any;
/**
* Icon to display in loading state.
* Default value is 'pi pi-spinner pi-spin'.
*/
loadingIcon?: string | undefined;
/**
* Whether to use the virtualScroller feature. The properties of VirtualScroller component can be used like an object in it.
* @see VirtualScroller.VirtualScrollerProps