More options for closing popover

Is it possible to include other options to close a popover? I’m using a popover as a container for listing grid filters, and would like to close it when the user clicks on the “Apply” button.

At the moment, we have the choice between Click, Click Inside, Click Outside, which each have their limitations as you can imagine. With Click or Click inside, any changes of filter properties closes it. And with the latter, the user has to make one extra click after clicking “Apply” to close it.

Could we add a selector option, similar to how modals use .modal-close-btn?

Hi @owynter,

In case you aren’t aware of it yet, you can close a Popover using a link action:

Screenshot 2023-12-21 at 06.29.10

I hope this helps.