|
@@ -308,8 +308,6 @@ class Calendar extends Component {
|
|
|
<Field name="dari_tanggal">
|
|
<Field name="dari_tanggal">
|
|
|
{({ field, form }) => (
|
|
{({ field, form }) => (
|
|
|
<Datetime
|
|
<Datetime
|
|
|
- open={false}
|
|
|
|
|
- updateOnView={false}
|
|
|
|
|
timeFormat={false}
|
|
timeFormat={false}
|
|
|
inputProps={{ className: "form-control" }}
|
|
inputProps={{ className: "form-control" }}
|
|
|
value={field.value}
|
|
value={field.value}
|
|
@@ -328,7 +326,6 @@ class Calendar extends Component {
|
|
|
<Field name="sampai_tanggal">
|
|
<Field name="sampai_tanggal">
|
|
|
{({ field, form }) => (
|
|
{({ field, form }) => (
|
|
|
<Datetime
|
|
<Datetime
|
|
|
- closeOnSelect={false}
|
|
|
|
|
timeFormat={false}
|
|
timeFormat={false}
|
|
|
inputProps={{ className: "form-control" }}
|
|
inputProps={{ className: "form-control" }}
|
|
|
value={field.value}
|
|
value={field.value}
|