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

Typo #52

Closed simonh1000 closed 7 years ago

simonh1000 commented 7 years ago

input [ onInput SetQuery ] -> input [ onInput SetQuery ] []

simonh1000 commented 7 years ago

I hope these are useful - I've borrowed liberally from your examples, and found these changes were helpful while I was doing so

gregziegan commented 7 years ago

Thanks!