Skip to content
Option 1Option 2Option 3Option 4
TagsSelect 🟠 Not ready
The TagsSelect component can be used imported from:
Playground
Parameters
Events
This component has events. Check the documentation about how to use the events.
Name | Payload | Description |
---|---|---|
ngModelChange | string | Returns the new value of the model |
restarted | void | Emitted on value reset |
Slots
This component has slots. Check the documentation about how to use the slots.
Name | Tags | Description |
---|---|---|
label | span | |
help-text | span |
Parameters use
Check the documentation about how to use the parameters.
config
...
options
The options
parameter is used to set the options of the radio select. The option object should contain the text
and value
keys.
We can use <option>
tags to define the values of options
We can use slots to define the content of the cards with the option-<value>
slot.
Flags
disabled
The attribute disabled
will block the interaction with the component.
invalid
The invalid
attribute will set the component as invalid.
Browser support
Detected engine:
Chromium
Webkit
Gecko
CodeSandbox example
Sorry, not available yet ☹️