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
Currently, ember power select allows searching options. So given a group of options
groups = [{
groupName: 'IT',
options: [...options related to IT]
}, {
groupName: 'HR &Admin',
options: [...options related to HR]
}]
searching an option will show both the group and the option.
Similarly can we allow searching the options by its group? Eg: I want to enter HR & Admin and all options related to it are shown.
I checked the codebase and other issues in the repo and found that we can achieve this by having a custom search function or having a search field that is a combination of option name and group name but can we have this feature built-in as searching by group seems to be a common/valid use case?
The text was updated successfully, but these errors were encountered:
ganapathyHf
changed the title
allow searching options by group
allow searching by group
Dec 12, 2022
Currently, ember power select allows searching options. So given a group of options
searching an option will show both the group and the option.
Similarly can we allow searching the options by its group? Eg: I want to enter HR & Admin and all options related to it are shown.
I checked the codebase and other issues in the repo and found that we can achieve this by having a custom search function or having a search field that is a combination of option name and group name but can we have this feature built-in as searching by group seems to be a common/valid use case?
The text was updated successfully, but these errors were encountered: