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

[docs] Fix react-select multiselection wrapping #12412

Merged
merged 3 commits into from
Aug 4, 2018
Merged

[docs] Fix react-select multiselection wrapping #12412

merged 3 commits into from
Aug 4, 2018

Conversation

henkvhest
Copy link
Contributor

@henkvhest henkvhest commented Aug 4, 2018

@@ -60,9 +60,11 @@ const styles = theme => ({
input: {
display: 'flex',
padding: 0,
overflow: 'hidden'
Copy link
Member

Choose a reason for hiding this comment

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

What is this style for?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops, that's not necessary.

@oliviertassinari oliviertassinari added docs Improvements or additions to the documentation component: Autocomplete labels Aug 4, 2018
@oliviertassinari oliviertassinari changed the title [docs] react-select multiselection now wraps [docs] Fix react-select multiselection wrapping Aug 4, 2018
@oliviertassinari oliviertassinari merged commit 1230787 into mui:master Aug 4, 2018
@oliviertassinari
Copy link
Member

@henkvhest Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: autocomplete This is the name of the generic UI component, not the React module! docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The autocomplete overflows on mobile
2 participants