Skip to content

InputChip

Props

Prop nameDescriptionTypeDefault
iconCustom icon.Iconnull
disabledWhether the InputChip can be removed.booleanfalse
readonlyWhether the InputChip is readonly.booleanfalse
classNameCSS class for the InputChip.string''

Methods

Method nameDescriptionSignature
focusFocus the chip.

Events

Event namePropertiesDescription
click-chipEmitted when a chip is clicked by the user.
remove-chipmethod 'button'|'Backspace'|'Delete' - How the chip was removedEmitted when a chip is removed by the user.
arrow-leftEmitted when the user presses the left arrow key.
arrow-rightEmitted when the user presses the right arrow key.

Slots

NameDescriptionBindings
defaultChip text.