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
{{ message }}
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.
I'm trying to use the HelperText with material-chip-input.
The helper text div has a class (
.ChipInput-helperText-74
) which applymargin-bottom: -20px
.I expected the whole component to fit its container, even if it means it will grows at some point.
Is it expected or a bug ?
Thank you
after some DOM manipulation I found out that I needed two changes to make the component work as I expect:
.ChipInput-chipContainer-67
) must haveposition:relative
margin-bottom: -20px
(it has margin provided by material-ui)Sorry, I don't have the time to make a proper contribution :(
The text was updated successfully, but these errors were encountered: