NcSettingsInputText
Props
Prop name | Description | Type | Values | Default |
---|---|---|---|---|
label | label of the select group element | string | - | |
hint | hint of the select group input | string | - | '' |
value | value of the select group input | string | - | '' |
disabled | disabled state of the settings select group input | boolean | - | false |
id | id attribute of the select group element | string | - | () => 'settings-input-text-' + GenRandomId() |
Events
Event name | Properties | Description |
---|---|---|
update:value | Emitted when the inputs value changes | |
input | ||
submit | Emitted on submit of the input field | |
change | Emitted on change of the input field |
loading...