for more information visit the package's GitHub page
Package contains the following modules:
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:
.elm-select-input
withInputClass
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