react-datetime v2.16.0 Release Notes

Release Date: 2018-10-18 // over 5 years ago
    • The prop disableOnClickOutside has been renamed to disableCloseOnClickOutside
    • The calendar doesn't get closed an open when clicking in the input anymore.
    • 🛠 Fixes errors not finding dates when customizing day rendering.
    • 0️⃣ Event listeners in inputProps now only override default behaviour when returning false.
    • ➕ Adds the displayTimeZone prop. Thanks to @martingordon