-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
docs: ensure the date time picker remains visible even when the year-month selection button loses focus #973
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Bundle ReportBundle size has no change ✅ |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v2 #973 +/- ##
=======================================
Coverage 79.28% 79.28%
=======================================
Files 404 404
Lines 6748 6748
=======================================
Hits 5350 5350
Misses 1398 1398 ☔ View full report in Codecov by Sentry. |
CI Feedback 🧐(Feedback updated until commit 6e2535b)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
Tonic UI DemoOn 2025-02-12 09:06:09 +0000, PR #973 (924609e) was successfully deployed. You can view it at the following link: |
…month selection button loses focus
PR Type
Bug fix, Documentation
Description
Ensures the date-time picker remains visible when year-month selection loses focus.
Updates the
closeOnBlur
property in the range picker example.Changes walkthrough 📝
range-picker.js
Update `closeOnBlur` logic in range picker example
packages/react-docs/pages/components/date-pickers/date-picker/range-picker.js
closeOnBlur
to respectisDateTimePickerVisible
.