Skip to content

TagsInputInput

Overview

The text input field within TagsInput where users type new tags.

Theme entry: TagsInputInput

Props

NameTypeRequiredDefaultDescription
themeOverrideString|Object|ArraynullA partial theme object merged with the component's default theme; accepts a class string, class array, or theme object.
classimport('vue').HTMLAttributes['class']undefinedAdditional CSS classes to apply to the root element.
placeholderstringundefinedPlaceholder text shown when the input is empty.
autoFocusbooleanundefinedWhen true, focuses the input on mount.
maxLengthnumberundefinedMaximum number of characters allowed.
asstring|objectundefinedThe HTML element or component to render as.
asChildbooleanundefinedWhether to render as a child element.

Source

client/lib/controls/tags-input/TagsInputInput.vue

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2