The multiple-choice box can be activated by pressing and dragging the mouse #1878
-
The document mentions that selection-key-code and multi - selection - key - code can be activated by binding to other keys to enable multi - selection. My requirement is to activate the multi - selection box without any key (just by pressing and dragging the mouse). I've tried simulating JavaScript keyboard events on mouse - down, but it didn't work. My way of writing is: dispatchEvent(keyDownEvent); const keyDownEvent = new KeyboardEvent('keydown', { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can just set |
Beta Was this translation helpful? Give feedback.
You can just set
:selection-key-code="true"
and you're good to go.