-
-
Notifications
You must be signed in to change notification settings - Fork 334
🐛 fix: disabledDate is not work when selecting time directly #108
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
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/react-component/picker/j8xi3koru |
Codecov Report
@@ Coverage Diff @@
## master #108 +/- ##
=======================================
Coverage 99.58% 99.58%
=======================================
Files 44 44
Lines 1920 1922 +2
Branches 575 585 +10
=======================================
+ Hits 1912 1914 +2
Misses 6 6
Partials 2 2
Continue to review full report at Codecov.
|
I notice this problem, but it's different from the confirmation button. Because the 'now' is dynamic, we don't know whether it's disabled when opening panel. It's only confirmed when the user clicks the Therefore, we can make the click have no effect when clicking the |
Can we check the input value when the choos time tab hid~~ |
We can don't submit it if the result of But we can't disable the |
i know we can't submit it but if we remove the disabledTime value will be better^^ |
|
#25746