feat(datetimerangepicker): fix background transparency; allow setting default date tab#1006
Conversation
… default date tab
🦋 Changeset detectedLatest commit: 81e330e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
391f251 to
d94670a
Compare
This comment was marked as outdated.
This comment was marked as outdated.
d94670a to
81e330e
Compare
|
Claude finished @hoorayimhelping's task in 1m 8s —— View job PR Review
All previously flagged items are resolved. This PR is clean and ready to merge. ✅ Background fix — ✅ ✅ Test fixes — The misleading test name is now "preserves user-selected tab when defaultActiveTab is re-rendered with the same value" (line 568), and the typo ✅ 💡 Suggestion (non-blocking)
✅ Ready to merge. |
📚 Storybook Preview Deployed✅ Preview URL: https://click-jg74aut62-clickhouse.vercel.app Built from commit: |
When testing
DateTimeRangePickerin an app, the background was transparent, which isn't apparent in the storybook. This fixes that.This also adds the ability to set the default date tab to
startDateorendDatefor instances where picked dates will be in the pastCleans up some of the common code as well