elm-select
elm-select copied to clipboard
A selection input with auto-complete
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