NcMultiselectTags
Props
Prop name | Description | Type | Values | Default |
---|---|---|---|---|
label | string | - | t('Select a tag') | |
value | number|array | - | ||
disabled | boolean | - | false | |
multiple | boolean | - | true | |
filter | func | - | (_element, index) => index < 5 |
Events
Event name | Properties | Description |
---|---|---|
input | Emitted on input events of the multiselect field |
NcMultiselectTags
Use NcSelectTags instead
Single tag selector
loading...
Multiple tag selector
loading...
Custom filter
Because of compatibility reasons only 5 tag entries are shown by default. If you want to show all available tags set the filter
function-prop to null
:
loading...
It's also possible to apply any custom filter logic by setting the filter
function-prop to any custom function receiving the tag element and the index:
loading...