Hi,
client.interface.trigger(“showModal”)
after opening a modal using the above code, I’m trying to trigger an confirm modal
client.interface.trigger(“showConfirm”)
but when I do this the existing modal collapses and the flow breaks.
Is this an know thing?
Thank you.
Kithiyon
(Arokiya Kithiyon A)
3
Hi @Bene_Immanuel
You can’t open the confirm from the modal because the interface method and events method are not supported in the Modal
system
(system)
Closed
4
This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.