description:"Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically."
},
{
name:"filter",
type:"boolean",
default:"false",
description:"When specified, displays a filter input at header."
},
{
name:"filterPlaceholder",
type:"string",
default:"null",
description:"Placeholder text to show when filter input is empty."
},
{
name:"filterLocale",
type:"string",
default:"undefined",
description:"Locale to use in filtering. The default locale is the host environment's current locale."
},
{
name:"filterMatchMode",
type:"string",
default:"contains",
description:'Defines the filtering algorithm to use when searching the options. Valid values are "contains" (default), "startsWith" and "endsWith"'
},
{
name:"filterFields",
type:"array",
default:"null",
description:"Fields used when filtering the options, defaults to optionLabel."
description:"Uses to pass all properties of the HTMLInputElement to the filter input inside the component."
},
{
name:"virtualScrollerOptions",
type:"object",
default:"null",
description:"Whether to use the virtualScroller feature. The properties of VirtualScroller component can be used like an object in it."
},
{
name:"autoOptionFocus",
type:"boolean",
default:"true",
description:"Whether to focus on the first visible or selected element."
},
{
name:"filterMessage",
type:"string",
default:"{0} results are available",
description:"Text to be displayed in hidden accessible field when filtering returns any results. Defaults to value from PrimeVue locale configuration."
},
{
name:"selectionMessage",
type:"string",
default:"{0} items selected",
description:"Text to be displayed in hidden accessible field when options are selected. Defaults to value from PrimeVue locale configuration."
},
{
name:"emptySelectionMessage",
type:"string",
default:"No selected item",
description:"Text to be displayed in hidden accessible field when any option is not selected. Defaults to value from PrimeVue locale configuration."