Scenario:
There is a popover menu in table rows. When I click on delete which is inside popover menu, a popup will open. When I click cancel on popup, I want to keep popover menu open and popup should be closed.
Hello,
Don't change this var to false, keep it as true..
Hi Fabio. I want to keep Popover menu open not Popup.
My bad, try this solution
Hi Ranjith Kumar G,
The same issue has been solved in this post Popover Open.
Give it try and let me know it's working or not.
Regards,
Shubham
Hi Shubham. Thanks for your reply.
I did check this and couple of other community posts previously and tried. But the scenario in those are different as there they are preventing the closing of popover menu only based on clicks inside the popover menu itself. But, in my need, its based on click in a popup. So those didn't help.
Hi Ranjith,
Make sure in onclick action of popup buttons don't reset the popover menu values and stay on the same screen without refreshing it.
Alternatively, try using an event on this ID ".icon.fa.fa-ellipsis-v.fa-1x". sorry won't be able to exactly show you how in your oml.
Thanks!