tree-select
tree-select copied to clipboard
Disable node using customized key props in treeDataSimpleMode
Is there a feature to disable node based on the available property in the node?
desired outcome : treeDataSimpleMode={{ id: "category_id", pId: "parent_category_id", rootPId: 0, keyToDisableNode: true, }}