ChipListProps
Represents the properties of ChipList component.
| Name | Type | Default | Description | 
|---|---|---|---|
| ariaDescribedBy? | 
 | 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? | 
 | Identifies the element(s) which will label the component. | |
| avatar? | 
 | If set to object of type ChipAvatarProps with image and imageAlt it renders a default Avatar. If set to string or a  | |
| avatarField? | 
 | Represents the 'avatar' field in the Chip, defaults to 'avatar'. | |
| chip? | 
 | Represents Chip component. | |
| className? | 
 | Sets additional classes to the ChipList. | |
| dataItem? | 
 | Represents the item data, coming from the  | |
| dataItems? | 
 | Represents the data about the child Chips. | |
| defaultDataItems? | 
 | Represents the default data about the child Chips. | |
| defaultValue? | 
 | Represents the default value of the selection state of Chip component. | |
| dir? | 
 | The ChipList direction 'ltr' as default or 'rtl'. | |
| disabled? | 
 | Determines of ChipList is disabled. | |
| fillMode? | 
 | 
 | Configures the  The available options are: 
 | 
| icon? | 
 | Determines if the Chip has an  | |
| id? | 
 | Sets the  | |
| name? | 
 | Specifies the  | |
| onBlur? | 
 | Triggered on onBlur event. | |
| onChange? | 
 | Triggered after value change. | |
| onClick? | 
 | Triggered on onClick event. | |
| onDatachange? | 
 | Triggered after Chip data change. | |
| onFocus? | 
 | Triggered on onFocus event. | |
| onKeydown? | 
 | Triggered on onKeyDown event. | |
| onRemove? | 
 | Triggered on Chip removing. | |
| removable? | 
 | Determines if the Chip could be removed. | |
| removeIcon? | 
 | Determines if the Chip has custom  | |
| removeSvgIcon? | 
 | Defines an remove SVGIcon to be rendered within the chip. | |
| required? | 
 | Specifies if  | |
| rounded? | 
 | 
 | Configures the  The available options are: 
 | 
| selected? | 
 | Determines if the Chip is selected. | |
| selectedIcon? | 
 | Determines if the Chip has custom selection  | |
| selectedSvgIcon? | 
 | Defines an selection SVGIcon to be rendered within the chip. | |
| selection? | 
 | Represents the selection state of Chip component. | |
| size? | 
 | 
 | Configures the  The available options are: 
 | 
| svgIcon? | 
 | Defines an SVGIcon to be rendered within the chip. | |
| tabIndex? | 
 | Sets the  | |
| text? | 
 | Sets the label text of the Chip. | |
| textField? | 
 | Represents the  | |
| themeColor? | 
 | 
 | Configures the  The available options are: 
 | 
| valid? | 
 | Overrides the validity state of the component.
If  | |
| validationMessage? | 
 | Controls the form error message of the component. If set to an empty string, no error will be thrown. | |
| validityStyles? | 
 | If set to  | |
| value? | 
 | Represents the selection state of Chip component. | |
| valueField? | 
 | Represents the  |