Skip to content
On this page

NcActionTextEditable

Props

Prop nameDescriptionTypeValuesDefault
iconIcon to show with the action, can be either a CSS class or an URLstring-''
titleTitle to show next to the iconstring-''
closeAfterClickWhether we close the Actions menu after the clickboolean-false
ariaLabelAria label for the button. Not needed if the button has text.string-''
idid attribute of the checkbox elementstring-() => 'action-' + GenRandomId()
disableddisabled state of the text areaboolean-false
valuevalue attribute of the input fieldstring-''

Events

Event namePropertiesDescription
clickEmitted when the action is clicked
inputEmitted on input events of the text field
update:valueEmitted when the inputs value changes
submitEmitted on submit of the input field

Slots

NameDescriptionBindings
iconManually provide icon

This component is made to be used inside of the Actions component slots. All undocumented attributes will be bound to the textarea. e.g. maxlength

loading...