@dile/dile-select
Version:
Web Component to implement a plain selector interface, following open-wc recommendations
19 lines (11 loc) • 787 B
Markdown
# @dile/dile-select & @dile/dile-select-ajax
## dile-select
This component uses the native ```<select>``` element to create a dropdown select interface.
### Docs and demos
- [GitHub readme docs](https://github.com/Polydile/dile-components/blob/master/site/pages/components/dile-select.rocket.md)
- [Docs and demos on the dile-components site](https://dile-components.polydile.com/components/dile-select/)
## dile-select-ajax
```<select>``` element that searchs in a configurable JSON API resource to show the options.
### Docs and demos
- [GitHub readme docs](https://github.com/Polydile/dile-components/blob/master/site/pages/components/dile-select-ajax.rocket.md)
- [Docs and demos on the dile-components site](https://dile-components.polydile.com/components/dile-select-ajax/)