Hi Syncfusion Team,
I have a custom popup window with some Select2 fields. I am doing this by modifying the contents of .e-dlg-content when the 'popupOpen' event fires. This works fine for QuickInfo, but there is an issue with ViewEventInfo.
In a mobile device, when I open the popup window, I can't modify any selector field in the window. Once I click on a selector, the whole popup window closes after the drop down shows up. It seems to be working fine for regular inputs.
How would you suggest I approach fixing this?
Thanks