Hi,
I am trying to show a UIX modal dashboard which presents a date control.
<input type="date" id="diaryDate">
It is displaying as text, which leads me to believe the browser control being used is based on some version of IE.
This old community article https://community.m-files.com/forums-1552881334/f/m-files-api/3321/ui-extensibility---html-input-date-datetime-time gets around it by using jquery. this article is 5 years old and current versions of JQuery don't seem to be supported. I supposed I could download and old version of JQuery to get this working.
What browser is being used by the control to show the dashboards?
is there a supported way of showing date controls in UIX dashboards?
