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

[TextField] Support adornment full width #8835

Merged
merged 1 commit into from Oct 25, 2017
Merged

[TextField] Support adornment full width #8835

merged 1 commit into from Oct 25, 2017

Conversation

oliviertassinari
Copy link
Member

@oliviertassinari oliviertassinari commented Oct 24, 2017

I love bug fixes that remove more core.

Closes #8825

@oliviertassinari oliviertassinari added bug 🐛 Something doesn't work component: text field This is the name of the generic UI component, not the React module! labels Oct 24, 2017
@oliviertassinari oliviertassinari merged commit 16b4ec4 into mui:v1-beta Oct 25, 2017
@oliviertassinari oliviertassinari deleted the text-field-adornment-full-width branch October 25, 2017 07:14
@@ -64,7 +64,8 @@ export const styles = (theme: Object) => {
return {
root: {
// Mimics the default input display property used by browsers for an input.
display: 'inline-block',
display: 'inline-flex',
Copy link

Choose a reason for hiding this comment

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

This change introduced a regression, see #8973

the-noob pushed a commit to the-noob/material-ui that referenced this pull request Nov 17, 2017
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.

None yet

2 participants