Uh oh!
There was an error while loading. Please reload this page.
add event to onChange and onAmPmChange - #189
Conversation
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/react-component/time-picker/khumntal6 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## master #189 +/- ##
=======================================
Coverage 91.86% 91.86% =======================================
Files 6 6 Lines 381 381 Branches 99 99 =======================================
Hits 350 350 Misses 31 31 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
gr8temi
commented
Jun 10, 2020
Please why as this not been merged and to master for release. This feature is needed |
agonqorolli
commented
Jun 14, 2021
Will this PR be merged to master soon? |
when time-picker is used with react-bootstrap Modals / Popovers / Overlays and you click on time it makes Modals / Popovers / Overlays close because this event happens outside container
the only way to control this by passing event so that it can't be prevented / stopped.
Some people in issues said they need to modify event for some reasons
#173
#92
feel free to modify pr as i've done it quickly for my own needs.