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
Currently it is unfeasible to use a textarea that grows infinitely without a limit, so I propose the solution of adding a new "maxRows" parameter, the same as it exists in the react material UI, to define a maximum size to which the textarea can expand.
Problem to solve
Currently it is unfeasible to use a textarea that grows infinitely without a limit, so I propose the solution of adding a new "maxRows" parameter, the same as it exists in the react material UI, to define a maximum size to which the textarea can expand.
Proposed solution
Add a new parameter "maxRows" that delimits how many rows the textarea can increase in height, the same as in the react material UI.
https://mui.com/base-ui/react-textarea-autosize/
The text was updated successfully, but these errors were encountered: