The label on the Select component is misaligned when we send the option variant=outlined.
When the property variant=outlined is sent to the Select component, and you also need a label the label is misaligned with respect to the borderline.

Ideally, the position of the label should be aligned with the borderline.

Select componentvariant to outlined.InputLabel
https://codesandbox.io/s/stop-text-focus-navigation-zckl1
Just trying to use the select component with a label. I've been able to find a workaround changing the position of the label, but by default, the label position is misaligned.
| Tech | Version |
| ----------- | ------- |
| Material-UI | v4.5.1 |
| React | 16.8.8 |
| Browser | Google Chrome |
| TypeScript | 3.3.3 |
馃憢 Thanks for using Material-UI!
We use GitHub issues exclusively as a bug and feature requests tracker, however,
this issue appears to be a support request.
For support, please check out https://material-ui.com/getting-started/support/. Thanks!
If you have a question on StackOverflow, you are welcome to link to it here, it might help others.
If your issue is subsequently confirmed as a bug, and the report follows the issue template, it can be reopened.
tip: check how our demos are structured.
Is it fixed already? Beacause I am still able to reproduce it
I came across this issue today and the problem lies on using the outlined variant in the Select component and not in FormControl (not aware if it's unintended).
Most helpful comment
I came across this issue today and the problem lies on using the
outlinedvariant in theSelectcomponent and not inFormControl(not aware if it's unintended).