-
Notifications
You must be signed in to change notification settings - Fork 83
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
refactor!: update date-picker to use slotted input #2532
Conversation
8f6b174
to
0ab2cd3
Compare
Hi @tomivirkki , do you know if this update will fix #4168? |
Hi @nc142j this will probably not change how date-time-picker works. Added a comment to the issue. |
3af8a08
to
dadc770
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.
Mostly minor comments. I still have to check the screenshots to see what has changed.
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.
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.
A few more suggestions, sorry I did not cover all the files in one review round 😓
54c4977
to
68a5268
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/* TODO: fix this in input-container, update all screenshots */ | ||
-webkit-mask-image: var(--_lumo-text-field-overflow-mask-image); |
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.
It turns out mask-image
still needs a prefix in latest Chrome 🙈 This explains why I had to update screenshots for new field components as the difference was really tricky to spot.
Added this to preserve correct screenshots for the date-picker and avoid updating them in this PR.
I will restore prefixed property in vaadin-input-container
in other PR, and add RTL visual tests.
There's a branch with necessary changes to DatePicker / DateTimePicker that needs to be merged together with the Web Component version bump. |
This ticket/PR has been released with platform 22.0.0.alpha7 and is also targeting the upcoming stable 22.0.0 version. |
Description
Fixes #2204
Type of change