tsv2013
tsv2013
Yes, you can implement a custom date time picker widget using the https://github.com/surveyjs/widgets/blob/master/src/bootstrapdatepicker.js widget code as a basis.
@fengzhihenxs for some reason I think it’s caused by bootstrap... propably popup container is misplaced
Answered here - https://surveyjs.answerdesk.io/ticket/details/t5959/unable-to-add-custom-widget-to-creator-toolbox
You are absolutely right. Currently tag box custom widget doesn't support dynamic tags creation. Select2 and other 3rd party widgets have a lot of options and support all of them...
You can use the [select2Config](https://github.com/surveyjs/custom-widgets/blob/master/src/select2-tagbox.js#L64) question property to pass your select2 config
If you share a minimal live sample illustrating the issue we could take a look
It would be great if you provide as a minimal live sample illustrating the issue and the exact steps how to reproduce it. Please check the https://stackoverflow.com/help/minimal-reproducible-example article.
>The surveyjs library itself can provide infinite scrolling. Unfortunately at this moment SurveyJS Library doesn't provide this functionality, but you can use the 3rd party widget, like select2 or similar....
Could you provide us with a plunker (or other sandbox) minimal working sample? You can take this one https://plnkr.co/edit/HdnYE5?p=preview as a staring point
Have you seen this repo - https://github.com/surveyjs/surveyjs_angular_cli ? It demonstrates custom widgets integration with Angular 2+