-
Notifications
You must be signed in to change notification settings - Fork 634
Open
Labels
Description
Is your feature request related to a problem? Please describe.
When you filter for a group of entries and you would like to add all of them found by the filter you click on each of the items. Which doesn't work because you need to re-enter the filter after each selection.
Describe the solution you'd like
If I select an Item it should not remove the filter. Maybe needs a clear filter button?
Describe alternatives you've considered
Adding it with javascript back after removal, but it seems we don't have an event which works good so at the moment I use setTimeout after addItem event.