Skip to content
On this page

Input

A basic widget for getting the user input is a text field. Keyboard and mouse can be used for providing or changing data.

Usage

Alert Props

NameTypeDefaultDescription
modelValuestring''Bind the value of input.
typeInput TypestextSet input native type.
modebordered | underline | lightborderedSet input mode.
sizemini | small | medium | largemediumSet input size.
errorTipstring''Set input errorTip.
successTipstring''Set input successTip.
infoTipstring''Set input infoTip.
prefixIconBootstrap Icons''Set input prefixIcon.
suffixIconBootstrap Icons''Set input suffixIcon.
placeholderstring''Set input placeholder.
disabledbooleanfalseSet whether to disable.
clearablebooleanfalseCan settings be reset.
patternRegExp''Verification of setting values.

Button Slots

NameParametersDescription
prepend()Front Input Box Content.
append()Post Input Box Content.

MIT Licensed