Socket
Socket
Sign inDemoInstall

@vonage/vwc-select

Package Overview
Dependencies
7
Maintainers
14
Versions
124
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @vonage/vwc-select

> TODO: description


Version published
Maintainers
14
Created

Changelog

Source

0.6.0 (2020-09-08)

Features

  • textarea: textarea form association (#300) (19ebd4e)

Readme

Source

vwc-select

This component is an extension of

Properties

PropertyModifiersTypeDescription
disabledboolean
floatingLabelFoundationMDCFloatingLabelFoundation | undefined
helperstring
iconstring
indexreadonlynumber
itemsreadonlyListItemBase[]
labelstring
lineRippleFoundationMDCLineRippleFoundation | undefined
naturalMenuWidthboolean
outlinedboolean
requiredboolean
ripplereadonlyRippleInterface | Promise<RippleInterface | null> | undefinedImplement ripple getter for Ripple integration with mwc-formfield
selectedreadonlyListItemBase | null
validateOnInitialRenderboolean
validationMessagestring
validityreadonlyValidityState
validityTransform((value: string, nativeValidity: ValidityState) => Partial<ValidityState>) | null
valuestring

Methods

MethodType
blur(): void
checkValidity(): boolean
click(): void
focus(): void
layout(updateItems?: boolean | undefined): Promise<void>
reportValidity(): boolean
select(index: number): void
setAriaLabel(label: string): void
setCustomValidity(message: string): void

Events

EventDescription
action{ActionDetail}
change
closed
invalid
opened
selected{SelectedDetail}

FAQs

Last updated on 14 Sep 2020

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