Socket
Socket
Sign inDemoInstall

@amauta/select-option

Package Overview
Dependencies
1
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @amauta/select-option

Stencil Component Starter


Version published
Maintainers
1
Created

Readme

Source

amauta-select-option

Properties

PropertyAttributeDescriptionTypeDefault
inputIdinputidstring''
keyShownkeyshownstring''
keyValuekeyvaluestring''
labellabelstring''
optionListoptionlistany[]
paramClassparamclassany{ containerClass: '', labelClass: '', containerSelectClass: '', selectClass: '', optionClass: '' }
placeholderplaceholderstring''
readonlyreadonlybooleanfalse
validFormvalidformbooleanfalse
valuevalueanyundefined

Events

EventDescriptionType
eventOnChangeCustomEvent<any>
eventOnFocusinCustomEvent<any>
eventOnFocusoutCustomEvent<any>

Built with StencilJS

Use

<amauta-select-option input_id="id" label="Label" [optionlist]="getList()" key_shown="key" key_value="value" (eventOnChange)="logEvent($event)">
</amauta-select-option>

FAQs

Last updated on 23 Feb 2022

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