@vonage/vwc-textfield
TypeScript icon, indicating that this package has built-in type declarations

2.45.0 • Public • Published

vwc-textfield

This component is an extension of <mwc-textfield>

API

Properties

Property Modifiers Type Description
autoValidate boolean
autocapitalize string
charCounter boolean | "external" | "internal"
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
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
noActionsSync boolean Prevents auto sync between textfield attributes and action icon buttons attributes

Methods

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

Readme

Keywords

none

Package Sidebar

Install

npm i @vonage/vwc-textfield

Weekly Downloads

715

Version

2.45.0

License

ISC

Unpacked Size

90.7 kB

Total Files

21

Last publish

Collaborators

  • yonatan.kra
  • yinon
  • vvd