I am trying to overlay multiple popovers and modals, one of my popovers is opened as the result of items in an autocomplete field.
The "request" button then opens a modal. My problem is that when i click on that modal, it closes the popover below it (see the attached photo)
How can I make it so the modal happening on the top doesn't trigger the closing of the popover below ?
I still need it to close when I click outside of it (when there is no request modal present)