Elm autocomplete example
Inspired by David Nolen blog post on writing similar ui widget in clojurescript. Elm doesn't have any csp library and dropped usage of FRP with 0.17 update. With Elm architecture the same functionality could be accomplished with readable and reasonable codebase.
To use:
npm install
npm install -g elm-live
- if You don't have Elm live as it's requiredinit.sh
or justelm-live Main.elm --ouptut="elm.js"
and head tolocalhost:800