Duplicate of https://github.com/mui-org/material-ui/issues/2601, but ran into it in newest version.
It looks like the fix is to add verticalAlign:'bottom' to the root className right here and here. Not show how to spin Mui up on localhost and test it though.
Multiple Select fields inline. One has a value, the other does not. Both have floating text labels
<FormControl
style={{ verticalAlign:'bottom' }}
>
...<Select...
| Tech | Version |
|--------------|---------|
| Material-UI | ^1.0.0-beta.34 |
| React | 16.1.0 |
@JarLowrey Do you have a live reproduction example so we can investigate it?
Select any value in any box - https://codesandbox.io/s/7w5mlp9ppq
We need to push #9709 forward.