tsv2013

Results 224 comments of tsv2013

What do you mean under the "images" feature? The version 1.0 is more than a year old. You can check the history of this repo to find the feature you...

You need to set the https://surveyjs.io/Documentation/Library?id=surveymodel#progressBarType property to "questions" value. Here is the updated plunker - https://plnkr.co/edit/mUwAVEt76ZtTRDRR?open=lib%2Fscript.js

@SamMousa Thank you for the contribution. Your work is highly appreciated. Can you trigger your PR checks one more time? I believe your changes don't break anything and we'll merge...

This will require changes in the markup rendering and can't be supported across all the platforms (KonckoutJS, VueJS, Angular and jQuery). Unliklely will be implemented.

You can use 3rd party react components for question rendering. Here is the example - https://surveyjs.io/Examples/Library?id=custom-widget-react-select&platform=jQuery&theme=defaultV2#content-js

@joshcampbell191 You are right. Thank you for the contribution. I've added feature author @OlgaLarina as reviewer here. It's strange that visual regression tests are down. @joshcampbell191 could you merge main...

@SmartGDPR We keep this enhancement is in our plans. But I can't promise you any estimations right now.

This is designed behaviour. Then you selecting file and assigning it value to the question, you possibly need to remove previously selected file (in the onClearFiles event handler). After you...

As you can see from logs, the onDelete if called each time before onUpload event for the question in which you just selected a file. It's the correct situation. I...

Please provide us a minimal live sample illustrating the issue