Closed
Description
as a user
I want to edit a todo list item
so that I can change a mistake or update the copy
- double-click on
<label>
to edit https://en.wikipedia.org/wiki/Double-click https://stackoverflow.com/questions/5497073/how-to-differentiate-single-click-event-and-double-click-event -
signal('EDIT', item.id)
-
ENTER
key submits the edit -
ESC
(escape) key cancels the edit. [esc] key cancels editing mode (without saving) #64