Dmitry Kurmanov

Results 49 comments of Dmitry Kurmanov

We will investigate the problem and write back as soon as possible

@stephenmond hello, I am sorry for the late answer. It seems that we did some updates for that functionality in matrix dynamic: ![image](https://user-images.githubusercontent.com/22315929/194826304-054d8ee1-9dbd-42c4-a50c-6d2c636b4e15.png) Could you please check it at https://surveyjs.io/create-free-survey...

> @frankinedinburgh Do you use Creator V2? What framework do you use and could you please share your JSON? > > PS: Please create a new issue. > > Thank...

https://github.com/surveyjs/survey-library/commit/4c8e97324acbe64c306c51c84146ddce9c17bfca

Or we can require it `dts_gen = require('dts-generator').default;` and use ``` dts_gen({ name: 'lib_name', baseDir: 'src/', project: './', out: 'lib/dts/lib_name.d.ts' }); ```

Hello! It is hard to say what's wrong with your project. I've created the example for you https://codesandbox.io/s/p988x6qmq7 Could you please modify it to reproduce the issue?

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...

@masciugo hello! I think that we don't need include this override of `hasOther` to our widget. Because diffrent users can have various use cases. In your example I think that...

@akrapacs we don't have this functionality in all widgets, it is not a bug but enhancement

we could create a custom widget with "bootstrap-slider" or you could do it by yourself according to our code (https://github.com/surveyjs/widgets/blob/master/src/nouislider.js) - I've created an [issue](https://github.com/surveyjs/widgets/issues/13) as for rating we need...