tsv2013
tsv2013
At this moment you can use the "emptyText" property of a question to set custom title. Here is the working sample - https://plnkr.co/edit/MrLyTTR86vHvZIV8
I've transferred the issue into the corresponding repo. We have a live sample for ReactJS on our site - https://surveyjs.io/Examples/Library/?id=custom-widget-select2-tagbox&platform=Reactjs&theme=modern We have also the https://github.com/surveyjs/surveyjs_react_quickstart repo deminstrating how to use...
This functionality hasn't been implemented for custom widgets. We'll take a look whether we can implement it quickly.
Answered here - https://surveyjs.answerdesk.io/ticket/details/t3614/trying-to-integrate-imagemapper-as-custom-component
Could you share a minimal live sample illustrating the issue?
Share a minimal react application illustrating the issue or a CodeSandbox live sample. You can use this one as a staring point - https://codesandbox.io/s/crazy-rain-3wqj7?file=/src/customwidget.js It works ok for me.
Answered here - https://surveyjs.answerdesk.io/ticket/details/t3714/multiple-nouislider-widgets-overwrite-each-others-selected-value
Could you provide us a minimal sample to reproduce the issue?
Custom widgets are registered in toolbar automatically. The plunker you've provided (it's our sample) looks ok for me. Please provide a working sample illustrating your issue.
SurveyCreator uses survey-knockout library I've updated your sample - https://repl.it/repls/InferiorSeparateRobot ```JS import * as SurveyKo from "survey-knockout"; import init from './widget'; init(SurveyKo); ```