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. jsx
| |
ariaLabel? |
|
The accessible label of the component. jsx
| |
ariaLabelledBy? |
|
Identifies the element(s) which will 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? |
|
Triggered after value change. jsx
| |
onClick? |
| ||
onDataChange? |
|
Triggered after Chip data change. jsx
| |
onDoubleClick? |
| ||
onMouseDown? |
| ||
onMouseEnter? |
| ||
onMouseLeave? |
| ||
onMouseMove? |
| ||
onMouseOut? |
| ||
onMouseOver? |
| ||
onMouseUp? |
| ||
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
|