dwyl / learn-elm-architecture-in-javascript

:unicorn: Learn how to build web apps using the Elm Architecture in "vanilla" JavaScript (step-by-step TDD tutorial)!
https://todomvc-app.herokuapp.com
GNU General Public License v2.0
213 stars 19 forks source link

[esc] key cancels editing mode (without saving) #64

Closed nelsonic closed 6 years ago

nelsonic commented 6 years ago

According to: https://github.com/tastejs/todomvc/blob/master/app-spec.md#editing

If escape is pressed during the edit, the edit state should be left and any changes be discarded.

and the test assertions: https://github.com/tastejs/todomvc/tree/master/tests#example-output

✓ should cancel edits on escape (1115ms)
nelsonic commented 6 years ago

cancel-editing-on-esc-keypress-test-passing