-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat(DateInput): new prop input #4737
Conversation
🦋 Changeset detectedLatest commit: f827ca8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4737 +/- ##
==========================================
+ Coverage 88.99% 89.01% +0.01%
==========================================
Files 228 229 +1
Lines 7975 7980 +5
Branches 3667 3675 +8
==========================================
+ Hits 7097 7103 +6
+ Misses 878 877 -1
Continue to review full report in Codecov by Sentry.
|
packages/ui/src/components/DateInput/components/CalendarContent.tsx
Outdated
Show resolved
Hide resolved
packages/ui/src/components/DateInput/components/CalendarContent.tsx
Outdated
Show resolved
Hide resolved
09040f2
to
a54f4f2
Compare
a54f4f2
to
3f4a4b5
Compare
3f4a4b5
to
f827ca8
Compare
Summary
Type
Summarise concisely:
What is expected?
Added a new prop
input
to show only the calendar par ofDateInput
Also fixed a problem in storybook for
DateField
(value was not updating for non-range values)