Is your feature request related to a problem? Please describe.
I want to give an authentication to some role.
Super Admin can access :
- Asia
- Singapore
- Indonesia
- Jakarta
- West Java
- East Java
Technician Singapore can only access :
Technician Indonesia can only access :
Describe the solution you'd like
I like to use this react-dropdown-tree-select as my solution, if i can select parent without automatically select all children inside. I was thought by using props simpleSelect={true}
would be a solution to my case, but it's not.