-
-
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
[material-ui][TextField] TextField multiline resize is unstable. #42177
Comments
Hi @doublebuzzwoo I can reproduce this in your sandbox, though when you use I tried to see if this would repro in Stackblitz and accidently used a template that was still on But it does on @ZeeshanTamboli Would you be interested in having a look at this again 🙏 |
@mj12albert I think it might be related to how we released it because it's working fine for me locally. The latest fix in Could you discuss this with the team and see how we can address it? Although it was decided to only release stable packages in version 5, for this specific issue, we need to release Base UI with the latest v5 changes. Reproduction to show that it works with v6 alpha release: https://stackblitz.com/edit/vitejs-vite-8ns17h?file=src%2FApp.tsx,src%2Fmain.tsx,package.json&terminal=dev. |
@ZeeshanTamboli @mj12albert |
TextareaAutosize from @mui/base is bugged as well |
Is there anyway to work around on this? I'm using v5.15.17 |
@DiegoAndai It's the same problem Jun had with Joy UI versioning that needed to be released on the |
@ZeeshanTamboli thanks for the heads up, looking into it. |
This issue is fixed in |
Steps to reproduce
Link to live example: (required)
https://codesandbox.io/p/sandbox/sad-almeida-dj5t7y
Current behavior
Screen.Recording.2567-05-09.at.17.43.46.mov
Expected behavior
Screen.Recording.2567-05-09.at.17.44.47.mov
Context
I saw that the issues is already report in @mui/base refer to @mui/base/issues#168 and fixed in this PR @mui/base/pr#189 @mui/material-ui/pr#41638 . But seems it's fixed only on the TextareaAutosize component only. The TextField component of @mui/material is still bugging.
Your environment
npx @mui/envinfo
Search keywords: resize is unstable
The text was updated successfully, but these errors were encountered: