Skip to content
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

Added DatePickerSettings.calendarPanelFactory #187

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

dosidw
Copy link
Collaborator

@dosidw dosidw commented Mar 22, 2023

Added DatePickerSettings.calendarPanelFactory so users can use their customized CalendarPanel with DatePicker.

We customized/extended CalendarPanel, however since DatePicker just did calendarPanel = new CalendarPanel(thisDatePicker) our application could not use our custom one for all locations in code using DatePicker. Now that the settings can have an optional factory that is used by DatePicker the user can have control over that if needed.

customized `CalendarPanel` with `DatePicker`
@BlakeTNC
Copy link
Contributor

Thank you for the improvement :)

@BlakeTNC BlakeTNC merged commit fe6dd9b into LGoodDatePicker:master Mar 22, 2023
@dosidw
Copy link
Collaborator Author

dosidw commented Mar 22, 2023

That was fast. Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants