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
The fact that classNames aren't configurable makes it difficult to use this component with something like bootstrap. It would be really nice if your exposed a dictionary of classnames that could be overridden by the user eg:
customClasses={{{
input: "form-control"
}}
The text was updated successfully, but these errors were encountered:
The fact that classNames aren't configurable makes it difficult to use this component with something like bootstrap. It would be really nice if your exposed a dictionary of classnames that could be overridden by the user eg:
customClasses={{{
input: "form-control"
}}
The text was updated successfully, but these errors were encountered: