-
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.
- react-day-picker v8 migration
- HotkeysTarget & useHotkeys migration
- PanelStack2 migration
- Table 6.0 changes