description:"Label to display when there are no selections."
},
{
name:"disabled",
type:"boolean",
default:"false",
description:"When present, it specifies that the component should be disabled."
},
{
name:"tabindex",
type:"string",
default:"null",
description:"Index of the element in tabbing order."
},
{
name:"inputId",
type:"string",
default:"null",
description:"Identifier of the underlying input element."
},
{
name:"ariaLabelledBy",
type:"string",
default:"null",
description:"Establishes relationships between the component and label(s) where its value should be one or more element IDs."
},
{
name:"selectionMode",
type:"string",
default:"null",
description:'Defines the selection mode, valid values "single", "multiple", and "checkbox".'
},
{
name:"panelClass",
type:"string",
default:"null",
description:"Style class of the overlay panel."
},
{
name:"appendTo",
type:"string",
default:"body",
description:'A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are "body" for document body and "self" for the element itself.'
},
{
name:"emptyMessage",
type:"string",
default:"No results found",
description:"Text to display when there are no options available. Defaults to value from PrimeVue locale configuration."
},
{
name:"display",
type:"string",
default:"comma",
description:'Defines how the selected items are displayed, valid values are "comma" and "chip".'