ChipListProps
Represents the properties of ChipList component.
| Name | Type | Default | Description | 
|---|---|---|---|
ariaDescribedBy? | 
 | 
 Identifies the element(s) which describe the component, similar to HTML aria-describedby attribute. For example, these elements could contain error or hint message. jsx 
 | |
ariaLabel? | 
 | 
 The accessible label of the component. jsx 
 | |
ariaLabelledBy? | 
 | 
 Identifies the element(s) which label the component. jsx 
 | |
chip? | 
 | 
 Represents Chip component. jsx 
 | |
className? | 
 | 
 Sets additional classes to the ChipList. jsx 
 | |
data? | 
 | 
 Represents the data about the child Chips. jsx 
 | |
defaultData? | 
 | 
 Represents the default data about the child Chips. jsx 
 | |
defaultValue? | 
 | 
 Represents the default value of the selection state of Chip component. jsx 
 | |
dir? | 
 | 
 The ChipList direction 'ltr' as default or 'rtl'. jsx 
 | |
disabled? | 
 | 
 Determines of ChipList is disabled. jsx 
 | |
id? | 
 | 
 Sets the  jsx 
 | |
name? | 
 | 
 Specifies the  This property is part of the FormComponentProps interface.  | |
onChange? | 
 | 
 Fires after value change. jsx 
 | |
onClick? | 
 | 
 Fired when the element is clicked.  | |
onDataChange? | 
 | 
 Fires after Chip data change. jsx 
 | |
onDoubleClick? | 
 | 
 Fired when the element is double-clicked.  | |
onMouseDown? | 
 | 
 Fired when the mouse button is pressed down on the element.  | |
onMouseEnter? | 
 | 
 Fired when the mouse pointer enters the element.  | |
onMouseLeave? | 
 | 
 Fired when the mouse pointer leaves the element.  | |
onMouseMove? | 
 | 
 Fired when the mouse pointer moves over the element.  | |
onMouseOut? | 
 | 
 Fired when the mouse pointer leaves the element or any of its child elements.  | |
onMouseOver? | 
 | 
 Fired when the mouse pointer moves over the element or any of its child elements.  | |
onMouseUp? | 
 | 
 Fired when the mouse button is released over the element.  | |
required? | 
 | 
 Specifies if  This property is part of the FormComponentProps interface.  | |
selection? | 
 | 
 Represents the selection state of Chip component. jsx 
 | |
size? | 
 | 
 | 
 Configures the  The available options are:
—  jsx 
 | 
style? | 
 | 
 Sets additional CSS styles to the ChipList. jsx 
 | |
tabIndex? | 
 | 
 Sets the  jsx 
 | |
textField? | 
 | 
 Represents the  jsx 
 | |
valid? | 
 | 
 Overrides the validity state of the component.
If  This property is part of the FormComponentProps interface.  | |
validationMessage? | 
 | 
 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? | 
 | 
 If set to  This property is part of the FormComponentProps interface.  | |
value? | 
 | 
 Represents the selection state of Chip component. jsx 
 | |
valueField? | 
 | 
 Represents the  jsx 
 |