tsv2013
tsv2013
@JaneSjs Could you please create an example with workaround?
We decided to remove this event
We discussed this functionality with the team and decided to close this issue and the https://github.com/surveyjs/survey-creator/pull/4962 PR. The reasons are: - images should not be cleared always (e.g. title/brand logo)...
Waiting for property grid re-design
Could you please describe in more details - what to you want to implement in async/await style? We need to understand how it will affect other parts of our products.
Safari ignores keyboard navigation on checkboxes and radiogroups by design: - https://discussions.apple.com/thread/414875 - https://stackoverflow.com/questions/1848390/safari-ignoring-tabindex Found solutions suggest to implement tab-stoppable labels with corresponding roles (https://avigil06.github.io/posts/keyboard-accessible-radios-and-checkboxes-in-safari/)
I used the following code: ``` if(question instanceof QuestionSignaturePadModel) { return this.currentDownloadType === "pdf" && !!dataCell ? `${dataCell}` : questionName; } ``` in the `accessorDownload` function. And this code in...
For more details check code in the https://github.com/simonbengtsson/jsPDF-AutoTable repo https://github.com/simonbengtsson/jsPDF-AutoTable/blob/16b9a37d5d2f88c6ff39b03349adede17b71ec90/src/widthCalculator.ts#L67
At this moment we're working on client-side libraries only. We don't have plans to implement back-ends for them (at least right now). Probably in this case user need to use...
We returned back to this issue and decided to implement client side API allowing to support server side paging for tabulator visualizer. It will be a function passed instead of...