Skip to content

jio-textarea

Props

Prop nameDescriptionTypeValuesDefault
idAn ID must be providedstring-
isInvalidWhether the input should be rendered as invalid
@values true, false (default)
@see invalidText
boolean-false
invalidTextIf an input is set to 'invalid', what text to display
@values Text for invalid entry (optional)
@see isInvalid
string-"Vul alstublieft het veld in."
isValidWhether the input should be rendered as valid
@values true, false (default)
boolean-
placeholderThe optional placeholder text to be renderedstring-
typeThe optional type of the inputstring-
labelTextAn optional text for the label.
If not set, the label will not be displayed.
@values Text for label.
union-
startIconAn optional icon for the input, this icon will be shown at the front.
If not set, the icon will not be displayed.
@values Text for label.
union-
endIconAn optional icon for the input, this icon will be shown at the end.
If not set, the icon will not be displayed.
@values Text for label.
union-
maxLengthThe optional maximum length of the input valuenumber-1024
maxHeightThe optional maximum height of the input valuenumber-
defaultHeightThe optional default height of the input valuenumber-42
requiredWhether the input is a required element for validation
@values true, false
boolean-
autocompleteThe autocompletion setting for the inputstring-
colsThe setting for the number of columns
@values Width in columns the textarea
@see Html textarea definition for attribute cols
number-
rowsThe setting for the number of rows
@values Height in rows for the textarea
@see Html textarea definition for attribute rows
number-
ariaLabelledbyOptional for ariaLabelledby
@values Text for ariaLabelledby
string-

View on Gitlab

General

Please navigate to the documentation for jio-form instead.