You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
csandreas1
changed the title
Support for related categories
Support for related categories (Descendants / Ascendants)
Dec 4, 2024
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.
The text was updated successfully, but these errors were encountered: