Merge branch 'hotfix/2022-02-14' into release/2022-02-18
This commit is contained in:
@@ -19,13 +19,14 @@ const DateTimePicker = (
|
||||
return (
|
||||
<div id={id}>
|
||||
<FormDatePicker
|
||||
{...(onlyFuture && {
|
||||
disabledDate: (d) => moment().subtract(1, "day").isAfter(d),
|
||||
})}
|
||||
value={value}
|
||||
onBlur={onBlur}
|
||||
onChange={onChange}
|
||||
{...restProps}
|
||||
{...restProps}
|
||||
{...(onlyFuture && {
|
||||
disabledDate: (d) => moment().subtract(1, "day").isAfter(d),
|
||||
})}
|
||||
value={value}
|
||||
onBlur={onBlur}
|
||||
onChange={onChange}
|
||||
isDateOnly={false}
|
||||
/>
|
||||
|
||||
<TimePicker
|
||||
|
||||
Reference in New Issue
Block a user