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
As I looked the TitleWidget, I think we do not have to pass down the classname. we can assign the classname to the widget container and let user override it by using cascading in CSS with asterisk *
The other issue with this approach (noticed in autocomplete) is that for complex component that comprises of many sub elements, we cannot customize all of them with one class for the parent component.
For example, in autocomplete, the className will affect which element? dropdown options? input box? terms tags?
add a new input prop for autocomplete widget that let users define a
wrapper class for it and customize the component CSS with using this
class.
related to #184
Each widget should provide styling options by passing down a classname property (see TitleWidget as an example).
The text was updated successfully, but these errors were encountered: