Skip to content
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

[Input] Export InputBase's classes from the classes const #31186

Merged
merged 4 commits into from
Feb 25, 2022

Conversation

mnajdova
Copy link
Member

Fixes #31080

The input components (Input, FilledInput, OutlinedInput) were exporting the wrong classes in the respected inputClasses, filledInputClasses and the outliendInputClasses. The classes exported now are the inputBaseClasses wih the additional classes added by the specific component.

@mnajdova mnajdova changed the title [Input] Export InputBase's classes from the classes const associated with the component [Input] Export InputBase's classes from the classes const Feb 23, 2022
@mui-bot
Copy link

mui-bot commented Feb 23, 2022

Details of bundle changes

@material-ui/core: parsed: -0.11% 😍, gzip: -0.04% 😍
@material-ui/lab: parsed: -0.14% 😍, gzip: -0.04% 😍

Generated by 🚫 dangerJS against cb2f48b

@mnajdova mnajdova requested a review from a team February 24, 2022 11:25
Copy link
Member

@hbjORbj hbjORbj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@hbjORbj hbjORbj added bug 🐛 Something doesn't work component: text field This is the name of the generic UI component, not the React module! labels Feb 24, 2022
@mnajdova mnajdova merged commit 4b8e354 into mui:master Feb 25, 2022
juanrgm added a commit to swordev/suid that referenced this pull request May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: text field This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Input styled with inputClasses.multiline does not work
3 participants