• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

ChipListProps

Represents the properties of ChipList component.

NameTypeDefaultDescription

ariaDescribedBy?

string

Identifies the element(s) which will describe the component, similar to HTML aria-describedby attribute. For example these elements could contain error or hint message.

ariaLabelledBy?

string

Identifies the element(s) which will label the component.

avatarField?

object

Represents the 'avatar' field in the Chip, defaults to 'avatar'.

chip?

any

Represents Chip component.

className?

string

Sets additional classes to the ChipList.

dataItems?

any

Represents the data about the child Chips.

defaultDataItems?

any[]

Represents the default data about the child Chips.

defaultValue?

any

Represents the default value of the selection state of Chip component.

dir?

string

The ChipList direction 'ltr' as default or 'rtl'.

disabled?

boolean

Determines of ChipList is disabled.

fillMode?

"null" | string

solid

Configures the fillMode of the Chip.

The available options are:

  • solid
  • outline
  • flat
  • null—Does not set a fillMode class.

id?

string

Sets the id property of the top div element of the ChipList.

name?

string

Specifies the name property of the input DOM element.

onChange?

(event: ChipListChangeEvent) => void

Triggered after value change.

onDatachange?

(event: ChipListDataChangeEvent) => void

Triggered after Chip data change.

required?

boolean

Specifies if null is a valid value for the component.

rounded?

"null" | string

medium

Configures the roundness of the Chip.

The available options are:

  • small
  • medium
  • large
  • full
  • null—Does not set a rounded class.

selection?

string

Represents the selection state of Chip component.

size?

"null" | string

medium

Configures the size of the Chip.

The available options are:

  • small
  • medium
  • large
  • null—Does not set a size class.

tabIndex?

number

Sets the tabIndex attribute.

textField?

string

Represents the text field of Chip, defaults to 'text'.

valid?

boolean

Overrides the validity state of the component. If valid is set, the required property will be ignored.

validationMessage?

string

Controls the form error message of the component. If set to an empty string, no error will be thrown.

validityStyles?

boolean

If set to false, no visual representation of the invalid state of the component will be applied.

value?

any

Represents the selection state of Chip component.

valueField?

string

Represents the value field of the Chip, defaults to 'value'.