felixzapata / listbox-combobox

LitElement component based on the ARIA 1.1 Combobox with Listbox Popup Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<listbox-combobox>

Published on webcomponents.org

LitElement component based on the ARIA 1.1 Combobox with Listbox Popup Examples.

  <listbox-combobox label="my awesome label" id="demo1" should-auto-select></listbox-combobox>

Installation

$ npm install listbox-combobox --save

TO-DO

  • Add tests.
  • Add custom CSS properties.

Properties

shouldAutoSelect

Type: Boolean

Default: false

It allows the user to choose the suggested option or not.

items

Type: Array

Default: []

Items to show and filter

About

LitElement component based on the ARIA 1.1 Combobox with Listbox Popup Examples

License:MIT License


Languages

Language:JavaScript 100.0%