mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-26 07:05:56 -05:00
block outline at select label
Looks like material-ui's `<Select variant="outlined">` needs a redundant label property to make the layout correct. https://next.material-ui.com/api/outlined-input/#main-content "The label of the input. It is only used for layout. The actual labelling is handled by InputLabel. If specified labelWidth is ignored."
This commit is contained in:
parent
83369f673a
commit
76ef6e58b8
@ -49,6 +49,7 @@ const DisplaySelector = (props: Props) => {
|
||||
</InputLabel>
|
||||
<Select
|
||||
labelId="split90k-label"
|
||||
label="Max video duration"
|
||||
id="split90k"
|
||||
value={props.split90k}
|
||||
onChange={(e) => props.setSplit90k(e.target.value)}
|
||||
|
Loading…
Reference in New Issue
Block a user