I have a form with hundreds objects to select and a search that limits the objects to keywords. Once objects are selected, the user may need to search for one they cant find. They can do this, select the ones they need and all are kept on a nice little list. But then they need to clear the search and go back looking through the categories (like originally).
I need to unset the value of that input without unsetting others and then submit the form. I’m not sure the best way to do this, as I want to keep everything selected.
Any thoughts?