{{ label }}
:value="value"
:value="modelValue"
@confirm="search"
@input="inputChange"
:disabled="disabled"
@focus="getFocus"
:focus="focus"
:maxlength="maxlength"
placeholder-class="u-search__content__input--placeholder"
:placeholder="placeholder"
:placeholder-style="`color: ${placeholderColor}`"
class="u-search__content__input"
type="text"
:style="[{
pointerEvents: disabled ? 'none' : 'auto',
textAlign: inputAlign,
color: color,
backgroundColor: bgColor,
height: $u.addUnit(height)
}, inputStyle]"
/>
{{ actionText }}