Open d4rkr3pt0r opened 4 years ago
Same problem here. I wanted to limit selected nodes disabling all unselected when length matches the limit.
Solved setting all nodes as isDisabled = false
on treeselect
options load (in my case, I'm using Delayed Loading), and after that, it reacts on changing dynamically the isDisabled
prop of the node.
Hope this solution can help you.
How can I make an specific node disable using click event? I'm adding
isDisabled = true
to the Node buttreeselect
does not refresh and react at all.