An select component with autocomplete and optional multi-select.
See https://sporto.github.io/elm-select/
See commented example at demo/src/Example.elm
http://package.elm-lang.org/packages/sporto/elm-select/latest
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
.
make run-demo
Open localhost:4000
make build-demo
make test