ChipProps
Represents the properties of Chip 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.  | |
avatar? | 
 | 
 If set to object of type ChipAvatarProps with image and imageAlt it renders a default Avatar. If set to string or a   | |
dataItem? | 
 | 
 Represents the item data, coming from the   | |
dir? | 
 | 
 The Chip direction 'ltr' as default or 'rtl'.  | |
disabled? | 
 | 
 Determines if the Chip is disabled.  | |
fillMode? | 
 | 
 | 
 Configures the  The available options are: 
  | 
icon? | 
 | 
 Determines if the Chip has an   | |
id? | 
 | 
 Sets the   | |
onBlur? | 
 | 
 Triggered on onBlur event.  | |
onClick? | 
 | 
 Triggered on onClick event.  | |
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.  | |
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.  | |
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.  | |
themeColor? | 
 | 
 | 
 Configures the  The available options are: 
  | 
value? | 
 | 
 Sets the   |