Hi, I’m making a to do list app. One feature in the app is to type in a task and enter the deadline using the date input.
I have 1 list for the tasks and another list for the dates of the task.
The main issues are:
- I can’t delete the date from the list. (For example, with the task list I can click on it and it will disappeare).
- When I add a new task, I can only see the date in a weird way on the date list.
I’ve added some images to help show the issue.
Any help will be greatly appreciated!