react-datetime
Advanced tools
Changelog
3.0.3
Changelog
3.0.1
disableCloseOnClickOutside
prop is now closeOnClickOutside
(avoid double negations).onBlur
and onFocus
are renamed to onClose
and onOpen
since they had nothing to do with the blur event and it was misleading some users. If we want to listen to the input's onBlur
and onFocus
use inputProps
.defaultValue
prop is now called initialValue
.renderView
prop to customize the whole calendar.updateOnView
prop to decide when to update the date.onViewModeChange
prop renamed to onNavigate
.onBeforeNavigate
prop.setViewData
and navigate
methods.npm run playground
.