Whenever I setup a text question with an input type of datetime/week for example, none of the 'pickers' work correctly and it appears as a normal textbox.
Wondering if anyone has experienced this before? Maybe I'm missing a JS file?
Although, i have just noticed that in IE, the following page on the SurveyJS site https://surveyjs.io/Examples/Library/ does not have working 'pickers' for date/colour either.
This an expected behavoiur according to the browser feature compatibility tables.
Here you can find some solutions, including ones with the usage of third-party scripts:
https://stackoverflow.com/questions/22983013/how-to-get-html-5-input-type-date-working-in-firefox-and-or-ie-10
https://stackoverflow.com/questions/30503195/html-5-input-type-date-not-working-in-firefox
https://stackoverflow.com/questions/37308953/date-input-not-working-in-firefox
Hope this helps.
Thanks, Serge
Hello, we also have custom wisgets feature, you could use it, please see https://surveyjs.io/Examples/Library/?id=custom-widget-datepicker or create your own based on any 3-d party component.
Thanks @Dmitry that worked perfectly