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. | |
avatarField? |
|
Represents the 'avatar' field in the Chip, defaults to 'avatar'. | |
chip? |
|
Represents Chip component. | |
className? |
|
Sets additional classes to the ChipList. | |
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:
|
id? |
|
Sets the | |
name? |
|
Specifies the | |
required? |
|
Specifies if | |
rounded? |
|
|
Configures the The available options are:
|
selection? |
|
Represents the selection state of Chip component. | |
size? |
|
|
Configures the The available options are:
|
tabIndex? |
|
Sets the | |
textField? |
|
Represents the | |
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 |
Methods
onChange | ||||||
---|---|---|---|---|---|---|
Triggered after value change. | ||||||
|
onDatachange | ||||||
---|---|---|---|---|---|---|
Triggered after Chip data change. | ||||||
|