-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC] How to add a label in TextareaAutosize? #38821
Comments
@oguuiholiv hi! Are you referring to the |
import { TextareaAutosize } from "@mui/material"; It is this materialUi component, according to the documentation there is no way to add a label to the component |
The If you want to add a label to Base UI's unstyled If you want to add a label to a Material UI text area with auto size, you can provide the Does this cover your use case? |
@ooguuiholiv Alternatively, if you prefer a basic label, you can use the I think we can close this issue. |
What's the problem? π€
No response
What are the requirements? β
No response
What are our options? π‘
No response
Proposed solution π’
No response
Resources and benchmarks π
No response
The text was updated successfully, but these errors were encountered: