When the user navigate between task lists, some time is necessary add a new task and the user hope add task in the current list that he see, but it not works that.
🛠️ Expected behavior
When the user change the list automatically update the list selected into form to save new task. When the selected filter was a category the list what should be selected is the default list.
🤕 Current behavior
The list selected to save task is the first in the list of the lists and the user needs change manuality the list selected when he wants add new task.
📷
💡
In the list change method, take the list selected and put into form.
If the selected filter is a category put the default list.
If the selected list is change before to save and is not the current filter, the task should not inser into the current list.
📝 Descrition
When the user navigate between task lists, some time is necessary add a new task and the user hope add task in the current list that he see, but it not works that.
🛠️ Expected behavior
When the user change the list automatically update the list selected into form to save new task. When the selected filter was a category the list what should be selected is the default list.
🤕 Current behavior
The list selected to save task is the first in the list of the lists and the user needs change manuality the list selected when he wants add new task.
📷
💡