Anna

Results 3 comments of Anna

> same here.. Any fix guys? ``` { formik.setFieldValue('endDate', date) }} maxDate={new Date()} minDate={new Date(formik.values.startDate)} renderInput={(params: any) => ( )} /> ```

> > > same here.. Any fix guys? > > > > > > ``` > > > label='Дата конца' > > inputFormat='dd.MM.yyyy' > > value={formik.values.endDate} > > disabled={formik.isSubmitting} >...