Chip item to be rendered in the UI.
Name | Type | Description |
---|---|---|
ChipTemplate | RenderFragment |
Chip template. |
Removable | bool |
True when it is possible to remove the chip. |
RemoveAction | Action<object> |
Remove action called when the chip should be removed. It receives the model from which the chip should be removed. It is not the same instance as the one from which the chip was generated! |