https://github.com/kirchner/elm-selectize
selectize-like dropdown menu with autocompletion in elm
https://github.com/kirchner/elm-selectize
autocomplete dropdown elm selectize
Last synced: 6 months ago
JSON representation
selectize-like dropdown menu with autocompletion in elm
- Host: GitHub
- URL: https://github.com/kirchner/elm-selectize
- Owner: kirchner
- License: apache-2.0
- Created: 2017-07-18T12:53:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T18:20:36.000Z (over 7 years ago)
- Last Synced: 2025-06-30T00:40:07.603Z (8 months ago)
- Topics: autocomplete, dropdown, elm, selectize
- Language: Elm
- Homepage: http://package.elm-lang.org/packages/kirchner/elm-selectize/latest
- Size: 342 KB
- Stars: 29
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Filterable Dropdown Menu [](https://travis-ci.org/kirchner/elm-selectize)
This is a customizable dropdown menu with the following features:
* filtering the displayed entries with a textfield
* keyboard selection using up/down arrow keys and enter/escape
* auto scrolling if the menu is styled with a maximum height and `overflow-y:
scroll`
* you can insert non-selectable dividers between entries
* the styling and rendering of the entries can be fully customized
If you like you can check out the
[demo](https://kirchner.github.io/elm-selectize).