Select label is under outline when using outline variant
See original GitHub issueDescribe the bug When using a Select with outline variant the label is under the outline.
To Reproduce
<Select
name="topic"
label="Select a topic"
formControlProps={{
variant: 'outlined'
}}
>
<MenuItem value="general">General support</MenuItem>
</Select>
Screenshots
Desktop (please complete the following information):
- Version 2.0,0
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
MUI - Outlined select label is not rendering properly
Solution 2: Use Select · Pass the label text as InputLabel children · Pass the label text to the label props of the...
Read more >TextField without label in outlined variant break outline at top
@moshfiqrony Hi, i am facing the same issue with MUI Select, with variant="outlined", and label={null} gives me no border on top, ...
Read more >React Text Field component - Material UI - MUI
The TextField wrapper component is a complete form control including a label, input, and help text. It comes with three variants: outlined (default), ......
Read more >outline-color - CSS: Cascading Style Sheets - MDN Web Docs
The outline-color CSS property sets the color of an element's outline. ... It is often more convenient to use the shorthand property outline...
Read more >Select - Chakra UI
Just like the input component, Select comes in 4 variants, outline ... As with most Chakra components, you can change the arrow icon...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
My form is so beautiful now 😃 thank you for getting that so quick!
I get it. Ok, thanks! I’ll fix that right away.