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
I'm just making a note here about the component API design for v1.
I believe Carbon v11 now always forwards "rest props" to the top-most elements for consistency. We should also consider a consistent practice, and defining additional objects for sub-element props (e.g., inner modal, inputs).
I would like to add a custom class to a
MultiSelect
component, thus:When I do so, however, the class does not show up in the DOM.
The text was updated successfully, but these errors were encountered: