Dmitry Kurmanov
Dmitry Kurmanov
[https://www.figma.com/design/jcuAUsN02n2yJerx39mqf9/LBR-->-Library-Preview?node-id=2575-324&t=nqNQ3PaaesPo00uU-4](https://www.figma.com/design/jcuAUsN02n2yJerx39mqf9/LBR--%3E-Library-Preview?node-id=2575-324&t=nqNQ3PaaesPo00uU-4)
Sounds reasonable. I will investigate how we could implement the proposal and come back asap.
> Stupid question: where does the source for v2 live? If I knew I could have created a PR instead of an issue ;-) here: https://github.com/surveyjs/survey-creator/tree/master/packages `survey-creator` folder is the...
Could you please create an example with changing content of the "dragImage" `cloned` node while dragging? As I understand you setup that content on `dragStart` for now. Please check ranking...
here the separate issue for that: https://github.com/surveyjs/survey-creator/issues/2243
we've added dragged element as child of survey creator root via the https://github.com/surveyjs/survey-library/pull/3664. It will be available in the next minor release.
@SamMousa unfortunately after the review of my pull request the team decided not to merge the changes for now. We are working hard on creatorV2 design and for now focusing...
dev: - [x] radio-group ( @dmitry-kurmanov ) - [x] single-input ( @dmitry-kurmanov ) - [x] rating ( @novikov82 ) - [x] rating-stars ( @novikov82 ) - [x] rating-smileys ( @novikov82...
- [x] toolbox - [x] text editor (property-grid) - [x] checkbox (property-grid) - [x] page-navigator - [x] top-bar: tabbed-menu - [x] top-bar: buttons (toolbar) - [x] button-group - [x] action-button...
example: https://plnkr.co/edit/wuHUfZVI1k8K2L9o the standard: https://www.w3.org/TR/2017/WD-wai-aria-practices-1.1-20170628/examples/radio/radio-1/radio-1.html ```js if (goNextPageAutomatic) handleKeyboardTapToOnlyFocusTheInputWithoutSetValue ```