kirchner/elm-selectize

selectize-like dropdown menu with autocompletion


Keywords
autocomplete, dropdown, elm, selectize
License
Apache-2.0
Install
elm-package install kirchner/elm-selectize 2.0.6

Documentation

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

Check out the demo or run it locally by executing ./elm-live.sh

Nix Support

If you are using NixOS you run the demo locally via

$ nix-shell

You can run the test suite with

$ nix-shell test.nix