f-flow
f-flow copied to clipboard
Disable Multii Selection
Description
Is there a way to disable multiple selection for nodes / groups ?
Steps to Reproduce
N/A
Expected Result
When user tries to select multiple nodes, only select the last selected node.
Actual Result
When user tries to select multiple nodes
Environment Details
NA
Screenshots or Videos
No response
Additional Context
No response
Hi! π You can fully control selection behavior using the select(nodeIds: string[], connectionIds: string[]) method: π https://flow.foblex.com/docs/f-flow-component
If youβd like to prevent multiselection, check out this example: π― https://flow.foblex.com/examples/custom-event-triggers
Thanks for the suggestion β itβs already possible and customizable π