-
Notifications
You must be signed in to change notification settings - Fork 2.2k
DateTimePicker deprecation
Adi Dahiya edited this page Aug 2, 2022
·
1 revision
DateTimePicker has been deprecated for a very long time (since @blueprintjs/datetime v3.2.0) and will be removed in v5.0. Its replacement is simply the DatePicker component available in the same package.
Simply replace <DateTimePicker>
with <DatePicker timePrecision="minute">
(replace with the time precision of your choice). TimePicker props may be customized via timePickerProps
, same as before.
- FAQ
- 6.x Changelog
- 5.x Changelog
- 5.0 pre-release changelog
- 4.x Changelog
- v4.0 & v5.0 major version semantic swap
- v6.0 changes
- react-day-picker v8 migration
- HotkeysTarget & useHotkeys migration
- PanelStack2 migration
- Table 6.0 changes