This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
quick-filter: expose inputChange and currentFilterChanges from filter-field #1025
Labels
Comments
Hey, thank you very much for filing this feature request! Are you willing to contribute this feature to the quick filter? This would be very helpful if you need this issue in the near future. |
Yes, at least it seems like a small change - so I could take care of that. |
christian-fischer
added a commit
to christian-fischer/barista
that referenced
this issue
May 18, 2020
Expose events inputChange and currentFilterChanges. Fixes dynatrace-oss#1025
@christian-fischer yes, if you like, please take care of this one. I agree that this should be a fairly small change. |
I think it should be more a proxy of the events to the quick-filter. If you need any help on this edge please DM me! |
christian-fischer
added a commit
to christian-fischer/barista
that referenced
this issue
May 20, 2020
Expose events inputChange and currentFilterChanges. Fixes dynatrace-oss#1025
christian-fischer
added a commit
to christian-fischer/barista
that referenced
this issue
May 26, 2020
Expose events inputChange and currentFilterChanges. Fixes dynatrace-oss#1025
tomheller
pushed a commit
that referenced
this issue
May 28, 2020
Expose events inputChange and currentFilterChanges. Fixes #1025
yngrdyn
pushed a commit
to yngrdyn/barista
that referenced
this issue
Nov 9, 2020
Expose events inputChange and currentFilterChanges. Fixes dynatrace-oss#1025
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature Request
Summary
In order to use async/partial options in the filter-field part of quick-filter, I'd like to use the
inputChange
andcurrentFilterChanges
outputs.Feature Description
Problem: currently the quick-filter does not expose the
inputChange
andcurrentFilterChanges
outputs from the filter-field. Therefore no async/partial options are possible. But we would need that in order to do server-side filtering for our async tag loading (there are way too many tags to implement this otherwise in a well scaling manner)Solution: expose those two events from the filter-field in the quick-filter. We are fine with that those async/partial filters will only show up in the filter-field part of the quick-filter and not in the sidebar.
The text was updated successfully, but these errors were encountered: