elm-ui-select/examples
2023-03-31 11:31:09 +01:00
..
src Revert "Pass attributes instead of css" 2023-03-30 19:48:26 +01:00
tests Keep input value on focus when item is programatically selected 2023-03-31 11:31:09 +01:00
elm.json Finish elm-css implementation 2023-03-27 20:40:34 +01:00
package-lock.json Expose defaultOptionElement 2022-11-24 12:36:13 +00:00
package.json Expose defaultOptionElement 2022-11-24 12:36:13 +00:00
README.md Fix docs and remove UpdateConfig 2022-07-21 21:44:20 +02:00

Elm-ui Select examples

to run:

elm reactor

And choose from one of the examples in the src directory

run tests on the examples using elm-program-test:

npx elm-test