I would like to create a dropdown menu, that can be searched and will display it's options in an indented manner. I have already built a dropdown that will asynchronously refresh based on the search query I enter. However it does not allow me, to show all children on a parent match.
For example:
Basically when I start searching for something, I would like not only the parent to show up, but also the children of a matching option. The search should also work on the children. So in the case of USA, only Austin shows up.
I attempted to look for other solutions, but I only found options to indent certain list items when added in order. Searching would still behave normally though.
