if (path[0] === 'startDate') {
      const newValue = clone(value)
      const startDate = this.refs.form.getComponent(path).getValue()
      const endDate = this.refs.form.getComponent(['endDate']).getValue()
      newValue.endDate = newValue.startDate