-
-
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
[TextField] Fix height inconsistency #15217
[TextField] Fix height inconsistency #15217
Conversation
Welcome to Material UI 🍰 Give me a treat 🌮 🎉 @gautam-relayr |
Details of bundle changes.Comparing: 4cfb8bd...61b43b4
|
@oliviertassinari I did the changes, updated the TS spec and ran prettier. It looks like the tests are still failing. Is it because Input inherits InputBase and I have to remove inputType from InputBase as well? Can you please help. Thanks 😄 |
@@ -85,8 +85,6 @@ export const styles = theme => { | |||
inputMarginDense: {}, | |||
/* Styles applied to the `input` element if `multiline={true}`. */ | |||
inputMultiline: {}, | |||
/* Styles applied to the `input` element if `type` is not "text"`. */ | |||
inputType: {}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to document this breaking change in the changelog.
Thanks @oliviertassinari and @eps1lon for all the help. |
The changes committed fixes #15146
Breaking change.
Remove the
inputType
class.