Hi, I have an input field of type date which in all browsers renders fine apart from safari. On this browser it just shows the input field without the calendar icon. A datepicker widget on its own does render in safari but I need to also have the input field - is there a solution to this please?
Hi Andrew,
I did a quick search and found this:
https://stackoverflow.com/questions/35682138/html5-date-picker-doesnt-show-on-safari
It seems Safari browser does not include a native date picker for its desktop version (only for iOS).
Maybe you could try some of the suggested workarounds, not sure if they work though.
Regards,
Nordin