listbox-combobox
v1.1.1
Published
LitElement component based on the ARIA 1.1 Combobox with Listbox Popup Examples
Downloads
17
Maintainers
Readme
<listbox-combobox>
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