You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/chip/overview.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,8 @@ The table below lists the Chip parameters. Also check the [Chip API Reference](/
64
64
|`Icon`|`object`| Use this parameter to render an icon in the chip. |
65
65
|`Removable`|`bool`| Specifies if the chip can be removed by the user. If set to `true` a remove icon will be rendered on each available chip. |
66
66
|`RemoveIcon`|`object`| Defines the icon that will be rendered if the `Removable` parameter is set to `true`. |
67
+
|`Selectable`|`bool` <br/> (`true`) | Specifies if the Chip can be selected. Overrides the `Selected` parameter value.|
68
+
|`Selected`|`bool`| Controls the selected state of the Chip. |
67
69
|`TabIndex`|`int`| Maps to the `tabindex` attribute of the HTML element. You can use it to customize the order in which the inputs in your form focus with the `Tab` key. |
68
70
|`Text`|`string`| The string that is rendered in the Chip. You can set the `Text` parameter even when [using a `RenderFragment` as a `ChildContent` of the Chip](#creating-blazor-chip). Otherwise `ChipRemoveEventArgs.Text` will be `null` in the [`OnRemove` handler]({%slug chip-events%})#onremove. |
0 commit comments