-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat(sbb-datepicker): add support for DateAdapter
#2889
Conversation
This change adds support for the `DateAdapter` to all datepicker related components (`<sbb-datepicker>`, `<sbb-datepicker-toggle>`, `<sbb-datepicker-previous-day>` and `<sbb-datepicker-next-day>`). Closes #2865
9c54f9a
to
fd9ef9f
Compare
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.
LGTM as discussed
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.
I like the refactoring and I don't see anything wrong, but I'll play with it a bit to make sure all edge cases are still working as expected. 👍
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.
LGTM👍
This change adds support for the
DateAdapter
to all datepicker related components (<sbb-datepicker>
,<sbb-datepicker-toggle>
,<sbb-datepicker-previous-day>
and<sbb-datepicker-next-day>
).Closes #2865, closes #1915
Partially supersedes #2244 (Thank you @DavideMininni-Fincons for the initial work!)