Posted 4 January 2019, 10:14 pm EST
The following fiddle demonstrates the problem.
https://jsfiddle.net/rosLdtzp/
Open the popup, touch the date button then touch any target in the calendar. The popup closes in Chrome, but not in Edge. Shouldn’t the popup stay open when using touch?. Is this a bug in Wijmo 5.20183.550?
<button id="button">Open</button>
<div id="popup" style="padding: 20px">
<input id="inputDateTime" />
</div>
var inputDateTime = new wijmo.input.InputDateTime('#inputDateTime');
var popup = new wijmo.input.Popup('#popup', { owner: '#button' });
