https://github.com/19h47/19h47-combobox
🗄
https://github.com/19h47/19h47-combobox
combobox listbox
Last synced: about 2 months ago
JSON representation
🗄
- Host: GitHub
- URL: https://github.com/19h47/19h47-combobox
- Owner: 19h47
- Created: 2020-11-17T00:17:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-02T14:21:01.000Z (over 4 years ago)
- Last Synced: 2025-03-17T19:44:39.095Z (2 months ago)
- Topics: combobox, listbox
- Language: HTML
- Homepage: https://19h47.github.io/19h47-combobox/
- Size: 611 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/