Hi Team,
We have created a Classic UI Dialog and Touch UI Dialog with a drop down widget which displays dynamic values. We have used optionsProvider property for populating these values in classic ui and datasource in touch ui (followed https://helpx.adobe.com/experience-manager/using/dialog_fields_servlets.html).
This works fine; However, after we select the drop down value in Classic ui and open the dialog in touch ui mode, touch ui dialog does not show the selected value in classic ui dialog. Same is the case when we try to save the value in touch ui dialog and open classic ui dialog. Moreover, irrespective of the fact selected values getting saved in page's component node, these dialogs not able to pick the value from the saved property when saved in other dialog mode.
Is this happening because of listeners since I am able to fetch the drop down value in other component with static values ?
Please help me with this issue.
~Thank you in advance