-
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
fix(sbb-time-input, sbb-datepicker): create get/set for valueAsDate #2244
base: main
Are you sure you want to change the base?
Conversation
Hello @kyubisation |
I think for the short term this is ok. It is not an attribute, but just a property. |
e98bca3
to
9cdc9c5
Compare
Codecov ReportAttention: Patch coverage is
|
ce0b13a
to
aa33510
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.
Good job 👍
Don'r forget to mark the breaking change
aa33510
to
197f366
Compare
For two strategy reasons we would like to wait merging this PR
|
197f366
to
a341d4b
Compare
Preflight Checklist
Issue
This PR Closes #2223
Pull request checklist
Please check if your PR fulfills the following requirements:
See Review Guidelines for more information what is checked during review process.
Changes
Changes in this pull request:
getValueAsDate
andsetValueAsDate
have been removed and replaced with a getter/setterBrowsers
I tested the build on the following browsers:
Screen readers
I tested the build on the following browsers:
Pull request type
Please check the type of change your PR introduces:
Does this introduce a breaking change?
BREAKING CHANGES
Consumers which uses the two methods should change them to:
Other information