react-datetime-picker

A datetime picker for your React app.

MIT License

Downloads
325.9K
Stars
550
Committers
5
react-datetime-picker -

Published by wojtekmaj over 6 years ago

Emergency update to fix common issues that were caused by breaking changes introduced in React 16.4.0.

What's new?

  • You can now hide clearIcon and calendarIcon by setting them explicitly to null.

Bug fixes

  • Fixed calendar appearing behind the datetime picker in specific situation where two datetime pickers were placed one below the other (#12).
react-datetime-picker -

Published by wojtekmaj over 6 years ago

Bug fixes

  • Fixed Calendar/Clock widgets opening for disabled datetime picker on Internet Explorer due to IE's non-standard behavior.
react-datetime-picker -

Published by wojtekmaj over 6 years ago

What's new?

  • React-DateTime-Picker is now fully compatible with React 17 (sic!). Minimum version requirement remained unchanged (#2).
react-datetime-picker -

Published by wojtekmaj over 6 years ago

Bug fixes

  • Fixed a configuration bug that could have caused React-DateTime-Picker to behave unexpectedly on React 15.x environments.
react-datetime-picker -

Published by wojtekmaj over 6 years ago

What's new?

  • You can use disabled prop to disable the time picker.

Bug fixes

  • Fixed TypeError: Object doesn't support property or method 'isNaN'. error that might have appeared on Internet Explorer 11 in some cases.
react-datetime-picker -

Published by wojtekmaj over 6 years ago

What's new?

  • New option showLeadingZeros enables you to, well, show leading zeros.
  • Various performance and architecture optimizations.

Bug fixes

  • Fixed MonthInput allowing to enter values larger than allowed in some scenarios.
  • Fixed an issue where selecting new date set the hour to 0:00.
  • Fixed an issue where starting to fill out values starting from time would fail as the value was reset at the moment the user started filling out the date inputs.
  • Fixed passing empty string to Calendar component causing a React warning.
  • Fixed React warning shown when erased input value.
  • Fixed an edge case when rendering two datetime pickers in different locales would cause the second datetime picker to overwrite locale settings of the first one.
react-datetime-picker -

Published by wojtekmaj almost 7 years ago

What's new?

  • You can now set a custom name using name prop. Default name remains "datetime".

Bug fixes

  • Minor accessibility fix in Test suite.