evancz / elm-todomvc

The TodoMVC app written in Elm, nice example for beginners.
http://evancz.github.io/elm-todomvc/
BSD 3-Clause "New" or "Revised" License
1.22k stars 329 forks source link

prevents model.uid from being skipped. #28

Closed peterwang closed 8 years ago

peterwang commented 9 years ago

For example, When model.field is empty and Enter key is holded, no todo item will be added, model.uid should keep unchanged.

evancz commented 8 years ago

Eh, it is no harm to the user, so I'd rather keep it the simpler way.