Hi,
We are developing an SUP HWC app and want to add an date input field into one of the screen.
We add a html view into that screen and inject following code into the htmlview;
<input type="date" name="date" id="date" />
it work fine when entering the screen for first time,
however, when reentering the screen for second time, the layout has changed to following:-
Is there anyway to refresh the input field back to the first one?
Thanks.