I'm building a Todo app in react and I added a multiple select named "category", the idea is when an user enters the item, have the option to select the category the task falls into.I'm able to fetch the title, but from that I have read multiple sele...