-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[TextField][material-ui] TextField with fullWidth
property causes error on resizing
#39184
Comments
@A-T-D Could you provide a minimal repro? You can fork this template: https://mui.com/r/issue-template-latest PS: here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve |
fullWidth
property causes error on resizing
fullWidth
property causes error on resizingfullWidth
property causes error on resizing
Since the issue is missing key information and has been inactive for 7 days, it has been automatically closed. If you wish to see the issue reopened, please provide the missing information. |
https://codesandbox.io/s/hungry-matsumoto-2886j7?file=/src/ErrorsTable.js here is the minimal example, however in this example it does not reproduce the error like it does in my code. |
Possible duplicate of #43718 |
I haven't currently got time to share a full example. But I've also just encountered this issue, as far as I can tell this occurs when a multi-line TextField that contains a value is resized such that it forces the text to wrap, creating a new line (or row). |
I just had this happen. |
Duplicates
Latest version
Steps to reproduce 🕹
I have a grid2 component and inside it there are 2 more grids to have a left bar and right side 'main' information screen. inside this information screen there's a stack component to which 3 items are added, the last item being a table for errors. The following table that is causing the issues :
example of error object;
Table Code;
Current behavior 😯
If I remove either 'fullwidth' or 'multiLine' is does not throw an error, but when combined it throws the errors.
As soon as certain thresholds are reached for resizing components this is the error that gets thrown;
ResizeObserver Loop completed with undelivered notifications error
However when I refresh the page it does not show any errors, until I resize it again.
Expected behavior 🤔
Proper resizing without errors.
Context 🔦
No response
Your environment 🌎
npx @mui/envinfo
The text was updated successfully, but these errors were encountered: