You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is in survey-knockoutui only - in drag drop helper:
protectedafterDragOver(dropTargetNode: HTMLElement): void{const choices =this.parentElement.rankingChoices;constdropTargetIndex=choices.indexOf(this.dropTarget);constdraggedElementIndex=choices.indexOf(this.draggedElement);choices.splice(draggedElementIndex,1);choices.splice(dropTargetIndex,0,this.draggedElement);this.parentElement.setPropertyValue("rankingChoices",choices);// <- Here we assign all the question that triggers whole list re-rendering in KO
We decided not to fis it and use react version on our site. Probably get rid of KO support in v2.0 and use react+preact instead.
~ 200 items.
Drag-n-drop is too slow.
Screen.Recording.2024-04-12.at.11.44.56.mov
The text was updated successfully, but these errors were encountered: