Hai all,
I created another app to show modal in custom UI app that defined in the below link. It already have lengthy issue and raised in this issue link.
Hope it will fixed soon. Because it’s very important to show modal for the app that i creating. So i started to working with modal. In modal i have some issues. While sending data to modal i have undefined error.
Do you know how to do it the other way around?. I mean passing data from dialog modal to page where it was launched, for example to update some JSX(in “launching” page) elements with value selected from modal dialog.
Never mind, I found out it is possible sending data from Modal dialog to the to page where it was launched, using the payload when closing the view of the Modal dialog.