danrday / elm-selectize

selectize-like dropdown menu with autocompletion in elm

Home Page:http://package.elm-lang.org/packages/kirchner/elm-selectize/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filterable Dropdown Menu Build Status

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.

About

selectize-like dropdown menu with autocompletion in elm

http://package.elm-lang.org/packages/kirchner/elm-selectize/latest

License:Apache License 2.0


Languages

Language:Elm 100.0%