Auto focus time setting
This commit is contained in:
@@ -88,6 +88,7 @@ export const TimeSetting = ({
|
|||||||
<DialogContent>
|
<DialogContent>
|
||||||
<LocalizationProvider dateAdapter={AdapterDayjs} adapterLocale={dayjs.locale()}>
|
<LocalizationProvider dateAdapter={AdapterDayjs} adapterLocale={dayjs.locale()}>
|
||||||
<TimePicker
|
<TimePicker
|
||||||
|
autoFocus
|
||||||
value={dayjs(dialogValue, 'HH:mm')}
|
value={dayjs(dialogValue, 'HH:mm')}
|
||||||
defaultValue={dayjs(defaultValue, 'HH:mm')}
|
defaultValue={dayjs(defaultValue, 'HH:mm')}
|
||||||
format="LT"
|
format="LT"
|
||||||
|
|||||||
Reference in New Issue
Block a user