-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(date-picker): clearing input and selecting a date #17669
fix(date-picker): clearing input and selecting a date #17669
Conversation
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17669 +/- ##
==========================================
+ Coverage 77.07% 77.10% +0.02%
==========================================
Files 409 409
Lines 14021 14027 +6
Branches 4307 4330 +23
==========================================
+ Hits 10807 10815 +8
+ Misses 3044 3041 -3
- Partials 170 171 +1 ☔ View full report in Codecov by Sentry. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Neat fix 🔥
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!
f10cb92
Hey there! v11.68.0 was just released that references this issue/PR. |
…system#17669) * fix(date-picker): keep open when clearing input * fix(date-picker): add type single to condition
Closes #14529
When opening the date-picker, then clearing the input in date-picker and then clicking on a value the date-picker would still show empty.
Screen.Recording.2024-10-01.at.9.45.51.AM.mov
Screen.Recording.2024-10-01.at.9.44.49.AM.mov
Changelog
Changed
Testing / Reviewing
make sure tests still pass. make sure works similiarly to flatpickr examples
Open storybook