Socket
Socket
Sign inDemoInstall

@vonage/vwc-textfield

Package Overview
Dependencies
10
Maintainers
3
Versions
124
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/vwc-textfield

texfield component


Version published
Maintainers
3
Weekly downloads
290
decreased by-38.82%

Weekly downloads

Readme

Source

vwc-textfield

This component is an extension of <mwc-textfield>

API

Properties
PropertyModifiersTypeDescription
autoValidateboolean
autocapitalizestring
charCounterboolean | "external" | "internal"
disabledboolean
endAlignedboolean
helperstring
helperPersistentboolean
iconstring
iconTrailingstring
inputModeTextFieldInputMode
labelstring
maxstring | number
maxLengthnumber
minstring | number
minLengthnumber
namestring
outlinedboolean
patternstring
placeholderstring
prefixstring
readOnlyboolean
requiredboolean
selectionEndreadonlynumber | null
selectionStartreadonlynumber | null
sizenumber | null
stepnumber | null
suffixstring
typeTextFieldType
validateOnInitialRenderboolean
validationMessagestring
validityreadonlyValidityState
validityTransform((value: string, nativeValidity: ValidityState) => Partial<ValidityState>) | null
valuestring
willValidatereadonlyboolean
noActionsSyncbooleanPrevents auto sync between textfield attributes and action icon buttons attributes
Methods
MethodType
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

FAQs

Last updated on 21 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc