-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When editing a todo item, clicking the 'Save' button does not store the changes. Instead, the todo item immediately re-enters edit mode with the original, unchanged value.
To Reproduce
Steps to reproduce the behavior:
- Open the Todo app and add a todo item.
- Click the 'Edit' button for any todo.
- Change the todo text in the input field.
- Click the 'Save' button (do not press Enter).
- Observe that:
- The updated value is not saved.
- The item instantly re-enters edit mode with the original text.
Expected behavior
- Clicking 'Save' should update the todo with the new text, exit edit mode, and display the updated value.
- Edit mode should not immediately reopen unless manually triggered by the user.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working