vwc-textarea
/
2.43.2
vwc-textarea 2.43.2
Install from the command line:
Learn more about npm packages
$ npm install @vonage/vwc-textarea@2.43.2
Install via package.json:
"@vonage/vwc-textarea": "2.43.2"
About this version
This component is an extension of <mwc-textarea>
Property | Modifiers | Type | Description |
---|---|---|---|
autoValidate |
boolean |
||
autocapitalize |
string |
||
charCounter |
boolean | "external" | "internal" |
||
cols |
number |
||
disabled |
boolean |
||
endAligned |
boolean |
||
helper |
string |
||
helperPersistent |
boolean |
||
icon |
string |
||
iconTrailing |
string |
||
inputMode |
TextFieldInputMode |
||
label |
string |
||
max |
string | number |
||
maxLength |
number |
||
min |
string | number |
||
minLength |
number |
||
name |
string |
||
outlined |
boolean |
||
pattern |
string |
||
placeholder |
string |
||
prefix |
string |
||
readOnly |
boolean |
||
required |
boolean |
||
rows |
number |
||
selectionEnd |
readonly | number | null |
|
selectionStart |
readonly | number | null |
|
size |
number | null |
||
step |
number | null |
||
suffix |
string |
||
type |
TextFieldType |
||
validateOnInitialRender |
boolean |
||
validationMessage |
string |
||
validity |
readonly | ValidityState |
|
validityTransform |
((value: string, nativeValidity: ValidityState) => Partial<ValidityState>) | null |
||
value |
string |
||
willValidate |
readonly | boolean |
Method | Type |
---|---|
blur |
(): void |
checkValidity |
(): boolean |
click |
(): void |
focus |
(): void |
layout |
(): Promise<void> |
reportValidity |
(): boolean |
select |
(): void |
setAriaLabel |
(label: string): void |
setCustomValidity |
(message: string): void |
setSelectionRange |
(selectionStart: number, selectionEnd: number, selectionDirection?: "forward" | "backward" | "none" | undefined): void |