dialog- window or warning-banner
Can someone help me with that what's the right approach to open a modal from another modal after clicking submit (for instance after file upload if I submit, I want another dialog window to popup with diff. content)?
5 Replies
I think there is a
->replaceAction()
method that can do that.is it in docs ? @Dennis Koch
Can I do It with using modal blade component from core concepts @awcodes @Dennis Koch
You can open a modal by emitting a
open-modal
event I think. Not sure whether it’s documented.