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 think this problems is caused by material ui TextareaAutosize not handling other font sizes than 16px.
Solution:
Replace TextareaAutosize (Material UI) with react-textarea-autosize
This would also fix and issue described in #201 (MUI: Too many re-renders. The layout is unstable.TextareaAutosize limits the number of renders to prevent an infinite loop)
A different option would be to combine material ui TextField and TextareaAutosize. But i couldn't remove the glow on focus:
I think this problems is caused by material ui TextareaAutosize not handling other font sizes than 16px.
Solution:
Replace TextareaAutosize (Material UI) with react-textarea-autosize
This would also fix and issue described in #201 (MUI: Too many re-renders. The layout is unstable.TextareaAutosize limits the number of renders to prevent an infinite loop)
A different option would be to combine material ui TextField and TextareaAutosize. But i couldn't remove the glow on focus:
The text was updated successfully, but these errors were encountered: