Filter issue with task manager application

Hello everyone! My team is making a task manager app for training purposes, and I am trying to filter tasks and categories once created in a sub list.

As you can see, the user can type in a task name, select a category (categories the user can manually create on a different page and the list of them shows up on the homepage to add to a task), and then click the plus button to add a task with a category.

However, suppose I open up and change the category in the multi drop-down again after creating a task with a category sent to the sub list. In that case, it changes all the categories for the already created tasks like so, which I do not want.

I tried adding a filter as I had previously, and it worked before. However, now it just stops displaying the task in the sub list once the “add” button is clicked, as can be seen here:

Test2

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.