sporto/elm-select

A selection input with auto-completion


Keywords
elm, elm-ui
License
MIT
Install
elm-package install sporto/elm-select 2.4.0

Documentation

Elm Select

Codeship Status for sporto/elm-select

An select component with autocomplete and optional multi-select.

Demo

See https://sporto.github.io/elm-select/

Example and Getting started

See commented example at demo/src/Example.elm

API

http://package.elm-lang.org/packages/sporto/elm-select/latest

Changelog

Styling

Copy the CSS from here.

You can also style elements by passing attributes in the configuration:

config
|> withInputWrapperAttrs`[ style "background" "salmon" ]

To add borders and padding to the input use InputWrapper instead of Input.


Run demo locally

make run-demo

Open localhost:4000

Generate demo

make build-demo

Test

make test