Using UI Extensibility Framework, I would like to show some input (type date or datetime or time) in my HTML page like this :
<input type="date" name="Date" value="20.01.2018"/>
<input type="time" name="Heure" value="08:00" />
But actually, the popup in mfiles show only the input like it was a "text" type (unlike a web browser).
Is there a solution to have this control in a Mfiles popup ?
