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. | |
chip? |
| Represents Chip component. | |
className? |
| Sets additional classes to the ChipList. | |
data? |
| Represents the data about the child Chips. | |
defaultData? |
| 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. | |
id? |
| Sets the | |
name? |
| Specifies the This property is part of the FormComponentProps interface. | |
required? |
| Specifies if This property is part of the FormComponentProps interface. | |
selection? |
| Represents the selection state of Chip component. | |
size? |
|
| Configures the The available options are:
|
style? |
| Sets additional CSS styles to the ChipList. | |
tabIndex? |
| Sets the | |
textField? |
| Represents the | |
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. | |
valueField? |
| Represents the |
Methods
onChange | ||||||
---|---|---|---|---|---|---|
Triggered after value change. | ||||||
|
onClick | ||||||
---|---|---|---|---|---|---|
|
onDataChange | ||||||
---|---|---|---|---|---|---|
Triggered after Chip data change. | ||||||
|
onDoubleClick | ||||||
---|---|---|---|---|---|---|
|
onMouseDown | ||||||
---|---|---|---|---|---|---|
|
onMouseEnter | ||||||
---|---|---|---|---|---|---|
|
onMouseLeave | ||||||
---|---|---|---|---|---|---|
|
onMouseMove | ||||||
---|---|---|---|---|---|---|
|
onMouseOut | ||||||
---|---|---|---|---|---|---|
|
onMouseOver | ||||||
---|---|---|---|---|---|---|
|
onMouseUp | ||||||
---|---|---|---|---|---|---|
|