f-flow icon indicating copy to clipboard operation
f-flow copied to clipboard

Disable Multii Selection

Open studiogangster opened this issue 8 months ago β€’ 1 comments

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

studiogangster avatar May 29 '25 12:05 studiogangster

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 πŸŽ‰

siarheihuzarevich avatar Jul 23 '25 11:07 siarheihuzarevich