After adding the first filter option, the Apply button is hidden
See original GitHub issueWhen adding a filter option, e.g. to a chart in a dashboard, the Apply button is hidden. If you click outside the filter modal, the whole filtering modal clears and closes meaning you have to start again. This means that after you add the first filter, and say you only want to do one filter (which I presume accounts for most of the usage), then you need to carefully click on a whitespace inside the modal to hide the filter list option popup so that you can then click Apply. Also, hitting Escape
just closes the whole modal, clearing your selection.
It would be easier if, after you select your first filter option, the filter list popup doesn’t re-show by default until you click again inside the filter input box OR start typing a new filter. Alternatively, we could consider allowing Escape
to close the filter list popup rather than the whole filter modal (or that could be done in conjunction with the previous suggestion).
Happily selecting my first filter. all is well.
Oh no! I can’t click Apply, how do i get rid of this filter list? Clicking outside the modal closes the whole thing and cancels my filter option. Hitting Escape does that too 😦
Oh ok, I need to click inside the modal, in the small whitespace to hide it to be able to select Apply!
Issue Analytics
- State:
- Created a year ago
- Comments:7 (4 by maintainers)
Top GitHub Comments
Pressing
ESC
does not just close the dropdonw, but it closes the whole popup. This could be a solution if we’re able to capture the keyScreencast from 10-10-22 15:32:27.webm
@12ian34 @TuringLovesDeathMetal I’m not a fan of that behaviour when is a multi select dropdown. I want to select all the options I need in 1 go. With the behaviour you are describing I need to open the dropdown multiple times.