-
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
Added decorator
to DatepickerInput
component
#18064
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
decorator
to DatepickerInput
component
✅ 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18064 +/- ##
==========================================
+ Coverage 82.10% 82.16% +0.06%
==========================================
Files 404 404
Lines 14107 14127 +20
Branches 4426 4414 -12
==========================================
+ Hits 11582 11607 +25
+ Misses 2363 2358 -5
Partials 162 162 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Ariella Gilmore <ariellalgilmore@gmail.com>
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.
Awesome! LGTM!
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.
nice!
packages/react/src/components/DatePickerInput/DatePickerInput.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Alison Joseph <alisonejoseph@Gmail.com>
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.
This LGTM
Closes #17991
Added decorator to
Datepicker
Changelog
New
decorator
prop added toDatepickerInput
componentChanged
slug
propblock-size
to the style to fix the alignment (this fix can be used on components that are inside an input)Testing / Reviewing
Make sure the
Datepicker
still work as expected and the one withdecorator
also works fineDelete
DatepickerInput
withTooltip