-
Notifications
You must be signed in to change notification settings - Fork 186
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(DateInput): use zero values with keyboard input #7872
Conversation
size-limit report 📦
|
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. |
e2e tests |
👀 Docs deployed
Commit 3e69bfc |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7872 +/- ##
==========================================
+ Coverage 95.17% 95.35% +0.18%
==========================================
Files 376 376
Lines 11030 10947 -83
Branches 3669 3640 -29
==========================================
- Hits 10498 10439 -59
+ Misses 532 508 -24
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
❌ PatchНе удалось автоматически применить исправление на ветке v6.
Чтобы изменение попало в ветку v6, выполните следующие действия:
git stash # опционально
git fetch origin v6
git checkout -b patch/pr7872 origin/v6
git cherry-pick --no-commit ad3b29962edae5dc5eb0f9baa67bac46241cc756
git checkout HEAD **/__image_snapshots__/*.png
git diff --quiet HEAD || git commit --no-verify --no-edit
git push --set-upstream origin patch/pr7872
gh pr create --base v6 --title "patch: pr7872" --body "- patch #7872" |
* fix(DateInput): use zero values with keyboard input * fix: use date-fns functions
Описание
При ручном вводе даты (со временем и без), необходимо занулять секунды/миллисекунды (с часами и минутами, если дата без времени).
Release notes
Исправления