Make sure datepicker label is above input
Signed-off-by: Niklas Granander <ngranander@spotify.com>
This commit is contained in:
@@ -62,6 +62,7 @@ export const DatePickerComponent = ({
|
||||
}: InputProps & DatePickerProps) => (
|
||||
<>
|
||||
<Typography variant="button">{label}</Typography>
|
||||
<br />
|
||||
<BootstrapInput
|
||||
inputProps={{ 'aria-label': label }}
|
||||
type="date"
|
||||
|
||||
Reference in New Issue
Block a user