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
It would be great to add a labelClassName parameter to the DefaultGroup component to allow modifying the CSS style of the group label. Currently, it is possible to use labelClassName with nodes, but not with groups.
interface DefaultNodeProps {
...
/** Additional classes to add to the label */
labelClassName?: string;
...
The text was updated successfully, but these errors were encountered:
It would be great to add a
labelClassName
parameter to theDefaultGroup
component to allow modifying the CSS style of the group label. Currently, it is possible to uselabelClassName
with nodes, but not with groups.The text was updated successfully, but these errors were encountered: