todo-vue
todo-vue copied to clipboard
Vue todolist app has some bug
guys:
I followed the instructions to create a vue to-do-list app, but I think there is a bug.
that is: when we click the save button from ToDoItemEditForm component, we can’t get back to the ToDoItem view , let alone the focus management ( we want move the focus to the input in the ToDoItem view)
at first, I think that is my problem, then I checked your live version, then I find the same problem.
https://github.com/mdn/todo-vue/assets/495429/da12569a-7f4a-4b2c-86e9-39d60ea12cf4
Reproduced the issue with the live version:
- Click "Edit" on any item,
- Click "Save" without changing the title,
- Nothing happens, but the effect should be the same as clicking the "Cancel" button.
do you guys need help in the documentation