Skip to content
On this page

NcSettingsInputText

Props

Prop nameDescriptionTypeValuesDefault
labellabel of the select group elementstring-
hinthint of the select group inputstring-''
valuevalue of the select group inputstring-''
disableddisabled state of the settings select group inputboolean-false
idid attribute of the select group elementstring-() => 'settings-input-text-' + GenRandomId()

Events

Event namePropertiesDescription
update:valueEmitted when the inputs value changes
input
submitEmitted on submit of the input field
changeEmitted on change of the input field

loading...