-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop #1341
Conversation
…o bugfix/issue-84
…o bugfix/issue-84
…date picker value is shown as startdate of other date type's datepicker. closes #84
…o bugfix/issue-84
Hotfix/issue 1336
…iple. fixed previous start date getting disabled after switching date type
Bugfix/issue 84
setStartDate(undefined); | ||
setEndDate(undefined); | ||
currentActiveDateValue = form.getFieldValue('startDateRecur') ?? undefined; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks more good if you could replace this switch. Do you agree?
form.setFieldsValue({ | ||
datePicker: undefined, | ||
dateRangePicker: undefined, | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks more good if you could replace this switch. Do you agree?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I agree.
chore: code cleanup. abstracted date type change function
…o bugfix/issue-84
Bugfix/issue 84
No description provided.