gregziegan / elm-autocomplete

Autocomplete for Elm apps; in Elm
http://package.elm-lang.org/packages/thebritican/elm-autocomplete/latest
BSD 3-Clause "New" or "Revised" License
173 stars 43 forks source link

Controlled Input Support #9

Closed gregziegan closed 8 years ago

gregziegan commented 8 years ago

Currently using the second option in #4 for exposing whether the Autocomplete is complete.

Working on a mentions example (needs cleanup). Trying to see the current API limitations before this feature is released.

elm-autocomplete-controlled