Implement react-dropdown-tree-select library with both radio select and multiselect for the children
I’d like to know how to use this package to implement radio button selection for the data with no children. And all the children that populate as tree within will be multiselect.
custom label renderer for react-dropdown-tree-select
I want to render some custom html in label in react-dropdown-tree-select
. I want to achieve something like this. How can i achieve this