Mui input base text area style is not applied correctly with input props on 5.15.11 from 5.15.10 #42673
Labels
component: text field
This is the name of the generic UI component, not the React module!
support: question
Community support but can be turned into an improvement
Steps to reproduce
Link to live example: (required)
https://stackblitz.com/edit/react-qhoqwr?file=Demo.tsx
Steps:
Current behavior
Height of the component is bigger than 100
Expected behavior
Height should be at 100
Context
It looks like the first textarea does not contain the style applied to it. I would think it would work fine with the fix done here: #41369
If you were to use the dependency of
@mui/material
to5.15.10
, using the same props, the textarea will correctly be at 100px. Here is another stackblitz with the dependency updated.https://stackblitz.com/edit/react-qhoqwr-pewfah?file=package.json
I did not see anything in the release note between 5.15.10 and 5.15.11 that would do this change. Is it possible I am missing something when doing this change?
Your environment
npx @mui/envinfo
Search keywords: input base, text area
The text was updated successfully, but these errors were encountered: