Skip to content
On this page

NcTextField

Props

Prop nameDescriptionTypeValuesDefault
trailingButtonIconSpecifies which material design icon should be used for the trailing
button. Value can be close, arrowRight, or undo.
stringclose, arrowRight, undo'close'

Events

Event namePropertiesDescription
update:value

Slots

NameDescriptionBindings
default

Description

See NcInputField for a list of all available props.

General purpose text field component. Note: the inner html input element inherits all the attributes from the NcTextField component so you can add things like autocomplete, maxlength and minlength.

loading...