An open API service indexing awesome lists of open source software.

https://github.com/19h47/19h47-combobox

🗄
https://github.com/19h47/19h47-combobox

combobox listbox

Last synced: about 2 months ago
JSON representation

🗄

Awesome Lists containing this project

README

        

# @19h47/combobox

## Combobox

| Key | Function |
| ------------ | -------- |
| `Down Arrow` | |

## Instance options

| Option | Type | Default | Description |
| ------- | --------- | ------- | ------------------------------ |
| `clear` | `boolean` | `true` | Clear listbox on `hideListbox` |

## nstance events

| Event | Arguments | Description |
| ------------------ | --------- | ------------------------------------- |
| Combobox.onloading | | |
| Combobox.onloaded | | |
| Combobox.onsubmit | | |
| Combobox.onupdate | `obj` | Returns `results` and `selectedIndex` |

## Acknowledgments

- [Editable Combobox With List Autocomplete Example](https://www.w3.org/TR/wai-aria-practices-1.2/examples/combobox/combobox-autocomplete-list.html)
- https://alphagov.github.io/accessible-autocomplete/examples/