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

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

Awesome Lists containing this project

README

          

# Filterable Dropdown Menu [![Build Status](https://travis-ci.org/kirchner/elm-selectize.svg?branch=master)](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).