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'd like to be able to provide a better overall integration with @material-ui or any other UI component library.
Describe the solution you'd like
I'd like to be be able to pass as props to DropDownTreeSelect either the sub-components used to render the labels, inputs, and checkboxes, or render props so I can customize the rendering completely.
Describe alternatives you've considered
Just using plain CSS, but I'm trying to keep UX architecture simple, and the rest of my app is using theming.