TextArea

Contents

Preview

Open preview in new tab

Props

Name Description Type Required Reactive Default
htmlElement Native `<textarea>` element null | HTMLTextAreaElement false true null
name Name of the TextArea for forms string false false
valid Controls the border color indicating validity. Border is set to the default color when null undefined false false null
placeholder Placeholder text string false false
text Text in the TextArea undefined true true
shadowOnFocus Controls displaying a shadow when the TextArea is focused boolean false false false

Slots

Events

keyup forwarded

keydown forwarded

input forwarded

click forwarded

focus dispatched

Documentation generated by sveld