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

[Select] Document the filled and outlined variants #13071

Merged

Conversation

JulienUsson
Copy link
Contributor

@JulienUsson JulienUsson commented Oct 2, 2018

Hello,

I update the demos in the select page like you said in #13049
but i think variant doesn't work on Select as you can see on my new demo page.

Thanks,
Julien Usson

Closes #13049

@oliviertassinari oliviertassinari changed the title 📝 Select doc about variants filled and outlined [docs] Select doc about variants filled and outlined Oct 2, 2018
@oliviertassinari oliviertassinari changed the title [docs] Select doc about variants filled and outlined [Select] Document the filled and outlined variants Oct 2, 2018
@oliviertassinari oliviertassinari added docs Improvements or additions to the documentation component: select This is the name of the generic UI component, not the React module! labels Oct 2, 2018
@oliviertassinari oliviertassinari self-assigned this Oct 2, 2018
@oliviertassinari oliviertassinari force-pushed the feature/Doc-Select-Outlined-Filled branch from 0cfefb6 to 3708358 Compare October 2, 2018 21:03
@oliviertassinari
Copy link
Member

Right, making the select outlined and filled work is a bit more work than with the TextField. We are supporting code splitting, each input variant has to be imported.

@oliviertassinari oliviertassinari merged commit 5f7d299 into mui:master Oct 2, 2018
@oliviertassinari
Copy link
Member

@JulienUsson Merci :)

@kmooney517
Copy link

So, Select does not currently support variant="outlined" ?

@oliviertassinari
Copy link
Member

You can see it live in https://material-ui.netlify.com/demos/selects/#simple-select.

@kmooney517
Copy link

Perfect, thank you so much!

@shanebrunette
Copy link

shanebrunette commented Nov 20, 2018

Hello, docs currently suggest that Select variant handles 'standard' | 'outlined' | 'filled' however implementation in demo is achieved by passing OutlinedInput via input props. Is there plans to have this entirely configurable via variant prop?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: select 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.

4 participants