Taginput
A simple tag input field that can have autocomplete functionality
Examples
Base
Show code
Autocomplete
Show code
Custom selected
Show code
Limits
Show code
Disabled
Show code
Variants
Show code
Class props
Taginput component
A simple tag input field that can have autocomplete functionality
html
<o-taginput></o-taginput>
Props
Prop name | Description | Type | Values | Default |
---|---|---|---|---|
allowDuplicates | - | From config: taginput: { | ||
allowNew | - | From config: taginput: { | ||
ariaCloseLabel | - | From config: taginput: { | ||
autocomplete | - | From config: taginput: { | ||
checkScroll | - | From config: taginput: { | ||
closable | - | From config: taginput: { | ||
closeIcon | - | From config: taginput: { | ||
confirmKeys | - | From config: taginput: { | ||
counter | - | From config: taginput: { | ||
createItem | - | Default function (see source code) | ||
customValidity | - | |||
disabled | - | false | ||
expanded | - | false | ||
filter | - | |||
icon | - | From config: taginput: { | ||
iconPack | - | From config: taginput: { | ||
input | - | "" | ||
keepFirst | - | false | ||
keepOpen | - | From config: taginput: { | ||
maxitems | - | |||
maxlength | - | |||
v-model | - | |||
openOnFocus | - | false | ||
options | - | |||
override | - | |||
placeholder | - | |||
removeOnKeys | - | From config: taginput: { | ||
separators | - | From config: taginput: { | ||
size | - | From config: taginput: { | ||
teleport | - | From config: taginput: { | ||
useHtml5Validation | - | From config: { | ||
validateItem | - | Default function (see source code) | ||
variant | - | From config: taginput: { |
Events
Event name | Properties | Description |
---|---|---|
scroll-start | the list inside the dropdown reached the start | |
scroll-end | the list inside the dropdown reached it's end | |
icon-click | event Event - native event | on icon click event |
icon-right-click | event Event - native event | on icon right click event |
update:modelValue | value string[] | object[] - updated modelValue prop | modelValue prop two-way binding |
update:input | value string - updated input prop | input prop two-way binding |
input | value string - input value | on input change event |
add | value string | object - added item | new item got added |
remove | value string | object - removed item | item got removed |
focus | event Event - native event | on input focus event |
blur | event Event - native event | on input blur event |
invalid | event Event - native event | on input invalid event |
Slots
Name | Description | Bindings |
---|---|---|
selected | Override selected items | items (string, object)[] - selected itemsoptions object[] - selected options |
header | Define an additional header | |
default | Override the select option | option object - option objectindex number - option indexvalue unknown - option value |
empty | Define content for empty state | |
footer | Define an additional footer | |
counter | Override the counter | items number - items counttotal number - total count |
Sass variables
Current theme ➜ Oruga
SASS Variable | Default |
---|---|
$taginput-counter-font-size | 0.75rem |
$taginput-counter-margin | 0.25rem 0 0 0.5rem |
$taginput-item-background-color | var(--#{$prefix}primary) |
$taginput-item-color | var(--#{$prefix}primary-invert) |
$taginput-item-border-radius | var(--#{$prefix}base-border-radius) |
$taginput-item-margin | 0.275em |
$taginput-item-padding | 0 0.75em 0 0.75em |
$taginput-margin-icon-to-text | 0.1875em |
See ➜ 📄 Full scss file
Current theme ➜ Bulma
SASS Variable | Default |
---|---|
$taginput-height | 2em |
$taginput-tag-size | 0.9em |
See ➜ 📄 Full scss file
Current theme ➜ Bootstrap
SASS Variable | Default |
---|---|
$taginput-badge-bg | $light |
$taginput-badge-color | $dark |
$taginput-badge-font-size | 0.9em |
$taginput-badge-margin | 0.25em |
$taginput-badge-icon-space | 0.25em |
$taginput-counter-margin | 0.25rem 0 0 0.5rem |
$taginput-counter-font-size | 0.75rem |
See ➜ 📄 Full scss file