surveyjs_vue_quickstart
surveyjs_vue_quickstart copied to clipboard
Date Picker not working.
I have tried this surveyjs_vue_quickstart but date picker is not working.
widgets.jqueryuidatepicker(SurveyKo);
Getting error "Cannot read property 'fn' of undefined"
if (!$.fn.bootstrapDP && !!$.fn.datepicker && !!$.fn.datepicker.noConflict) {
line no 703 Survey-widget.js
Hello! There was a problem with signaturepad widget but I've fixed it. As for datepicker I can't manage to reproduce the problem. I added such a question into the Survey component and it looks ok (please see https://github.com/surveyjs/surveyjs_vue_quickstart/commit/18b1f9bf2bf1bf0c877413fabea6605d2def43cd#diff-221be385663c41d00578c264e6416e37)
Could you please try it again or provied an example to reproduce the problem. Thnaks.