Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I'm always frustrated when I need to select a category or subcategory in a dropdown, for example I want to search doctors and also load descandants, like various doctor professions. I am limited to what the user is typing.
Describe the solution you'd like
provide an additional option in the dropdown. e.g. descendants. Descendants will be tied to the parent category. So for example, when I type doctors, then all doctors professions will be shown.
Easiest solution is to disable searching on the values. The user can type whatever he wants but not filter out words.
Another solution is to just show what the json has. For example on an ajax request we only care about the data.
Describe alternatives you've considered
None
Additional context
Add any other context or screenshots about the feature request here.