NcTextField
Props
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| trailingButtonIcon | Specifies which material design icon should be used for the trailing button. Value can be close, arrowRight, or undo. | string | close, arrowRight, undo | 'close' |
Events
| Event name | Properties | Description |
|---|---|---|
| update:value |
Slots
| Name | Description | Bindings |
|---|---|---|
| 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...