surveyjs_vue_quickstart icon indicating copy to clipboard operation
surveyjs_vue_quickstart copied to clipboard

Date Picker not working.

Open virajsonagra opened this issue 5 years ago • 1 comments

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

virajsonagra avatar Apr 09 '20 07:04 virajsonagra

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.

dmitry-kurmanov avatar Apr 09 '20 15:04 dmitry-kurmanov