-
Notifications
You must be signed in to change notification settings - Fork 1
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: clear time in RuningClockDatePicker #1517
fix: clear time in RuningClockDatePicker #1517
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1517 +/- ##
=======================================
Coverage 99.07% 99.07%
=======================================
Files 158 159 +1
Lines 5919 5934 +15
Branches 1088 1088
=======================================
+ Hits 5864 5879 +15
Misses 52 52
Partials 3 3 |
5c92c86
to
5c9855e
Compare
I've created issue #1529 that has a couple of improvements that should be added to this PR, if possible. This UX improvements will help make it smoother. |
Signed-off-by: Hristiyan <[email protected]>
Signed-off-by: Hristiyan <[email protected]>
5c9855e
to
986dea7
Compare
text-input and flow options are now used. 'Now' button now works like the stock now button of the DatePicker component. Signed-off-by: John Bair <[email protected]>
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, tested.
Description:
Reset time to default value (00:00) on selecting a new date in RuningClockDatePicker component
Related issue(s):
#1464