OrionTextarea
<o-textarea> displays a textarea field that resize automatically depending on its content.
Usage
TextareaIcons TextareaStyle TextareaPlayground
VModels
Name
vModel
Nil<string> = undefinedProps
Name
autofocus
boolean = undefinedclearable
boolean = undefinedclearToNull
boolean = undefineddisabled
boolean = undefineddonetyping
number = undefinedforceLabelFloating
boolean = undefinedinheritValidationState
boolean = undefinedlabel
string = undefinedmaxLength
number = undefinedplaceholder
string = undefinedprefixFontIcon
string = undefinedprefixIcon
Orion.Icon = undefinedreadonly
boolean = undefinedrequired
boolean = undefinedselectOnFocus
boolean = undefinedshowLength
boolean = undefinedsize
Orion.Size = 'md' suffixFontIcon
string = undefinedsuffixIcon
Orion.Icon = undefinedtype
string | Orion.DatepickerType = undefinedvalidation
string | ((val: any) => boolean) | Orion.Validator.Rule | Orion.Validation.Rule | boolean = undefinedvalidationErrorMessage
string = undefinedEvents
Name
Payload type
focus
FocusEventblur
FocusEventinput
Tchange
Tclear
submit
stringPublicInstance
Name
Type
hasBeenFocus
() => booleanisFocus
() => booleanfocus
() => voidblur
Lodash.debounceclear
() => voidsetHasBeenFocus
(value: boolean) => voidisValid
() => boolean_input
() => HTMLInputElement | undefinedsharedState
() => {
	hasBeenFocus: boolean;
	isFocus: boolean;
	isAutoFilled: boolean;
}