Feature: multiple node selection with mouse without selectionKeyCode
See original GitHub issueIf paneMoveable is disabled, it would be nice to make selectionKeyCode optional, so that nodes could be selected without using additional keys.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Props List API - React Flow
When you pass one of these props: nodeTypes , edgeTypes , deleteKeyCode (as an array) ... the mouse you can create a selection...
Read more >Multiple Node Selection in Flow diagram - Northwoods Software
Hi, I am trying to implement multiple node selection in the flow diagram without clicking ctrl + mouse left key.
Read more >How to multiple select node without pressing ctrl key? - Telerik
I have a secnario, when user select a node, add it value to a textbox, but I don't want to multiple select with...
Read more >vue-flow/core
Visualize your ideas with Vue Flow, a highly customizable Vue3 Flowchart library.
Read more >How to select items that are not next to each other
By using the mouse and the keyboard, you can select text and graphics, ... You cannot select multiple selections of text in earlier...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hey @alxpez - Thanks for the reminder. Calling a hook conditionally is not valid https://reactjs.org/docs/hooks-rules.html#only-call-hooks-at-the-top-level .
If you want to help here, please do a PR against the v10 branch. I will answer #1156.
closed in favour of #2167