An select component with autocomplete and optional multi-select.
See https://sporto.github.io/elm-select/
See commented example at demo/src/Example1Basic.elm
http://package.elm-lang.org/packages/sporto/elm-select/latest
You can style elements using:
- Using global classes e.g.
.elm-select-input
- Pass classes via configuration e.g.
withInputClass
- Passing styles via configuration e.g.
withInputStyles
To add borders and padding to the input use InputWrapper
instead of Input
.
make run-demo
Open localhost:4000
make build-demo
make test