[docs] How to get the corner grabber in a multiline TextField displayed? #44355
Labels
component: text field
This is the name of the generic UI component, not the React module!
component: TextareaAutosize
The React component.
package: material-ui
Specific to @mui/material
support: docs-feedback
Feedback from documentation page
Related page
https://mui.com/material-ui/react-text-field/#multiline
Kind of issue
Missing information
Issue description
I want a multiline
<TextField>
which gets automatically transformed to a<TextareaAutosize>
according to documentation (and it does). But it is missing the corner grabber, so a user can resize the field at leisure.And I can't find any instruction on how to pass that down to the underlying
<TextareaAutosize>
(or maybe the default styling of<TextField>
is blocking it?).Please clarify the documentation to include instructions on how to get the corner grabber.
Context
I want a
<TextField>
that displays the corner grabber for resizing, that is part of<TextareaAutosize>
.Ie. I want to get
in my multiline
<TextField>
withminRows
andmaxRows
.In case it helps expedite the request: we are paying customers on the premium level: 💳 #84512
Search keywords: TextField, TextareaAutosize, resize, grabber
The text was updated successfully, but these errors were encountered: