• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBoxupdated
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

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.

ariaLabel?

string

The accessible label of the component.

ariaLabelledBy?

string

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

chip?

React.ComponentType<ChipProps>

Represents Chip component.

className?

string

Sets additional classes to the ChipList.

data?

any

Represents the data about the child Chips.

defaultData?

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.

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.

This property is part of the FormComponentProps interface.

onChange?

(event: ChipListChangeEvent) => void

Triggered after value change.

onClick?

(args: KendoMouseEvent<ChipListHandle>) => void

onDataChange?

(event: ChipListDataChangeEvent) => void

Triggered after Chip data change.

onDoubleClick?

(args: KendoMouseEvent<ChipListHandle>) => void

onMouseDown?

(args: KendoMouseEvent<ChipListHandle>) => void

onMouseEnter?

(args: KendoMouseEvent<ChipListHandle>) => void

onMouseLeave?

(args: KendoMouseEvent<ChipListHandle>) => void

onMouseMove?

(args: KendoMouseEvent<ChipListHandle>) => void

onMouseOut?

(args: KendoMouseEvent<ChipListHandle>) => void

onMouseOver?

(args: KendoMouseEvent<ChipListHandle>) => void

onMouseUp?

(args: KendoMouseEvent<ChipListHandle>) => void

required?

boolean

Specifies if null is a valid value for the component.

This property is part of the FormComponentProps interface.

selection?

string

Represents the selection state of Chip component.

size?

"null" | "small" | "large" | "medium"

medium

Configures the size of the ChipList.

The available options are:

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

style?

React.CSSProperties

Sets additional CSS styles to the ChipList.

tabIndex?

number

Sets the tabIndex attribute.

textField?

string

Represents the text field of Chip, used for the label.

valid?

boolean

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

This property is part of the FormComponentProps interface.

validationMessage?

string

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

This property is part of the FormComponentProps interface.

validityStyles?

boolean

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

This property is part of the FormComponentProps interface.

value?

any

Represents the selection state of Chip component.

valueField?

string

Represents the value field of Chip, used for setting the Chip id.