You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
Asia
Singapore
Technician Indonesia can only access :
Asia
Indonesia
East Java
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.
The text was updated successfully, but these errors were encountered:
Yeah i just finally figure it out about that hierarchical props after i try it on local service , thanks btw @ellinge fyi.
I just didn't know why it's not work on codesandbox.
Is your feature request related to a problem? Please describe.
I want to give an authentication to some role.
Super Admin can access :
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.The text was updated successfully, but these errors were encountered: