Overview of the Datetimepicker component
developThe Datetimepicker is an input component that allows users to select a date and time. It supports two primary interaction modes:
- Calendar Selection: Users can select a date and time from a customizable calendar via a popover/modal. The overlay is implemented using the native Popover API.
- Direct Input: Users can type the date directly into the input field, with full internationalization support based on the browser's locale.
On mobile devices, the component defaults to using the native device datetimepicker for an optimized user experience.
Note: The component is built upon the Datepicker and Timepicker components. For full functionality and consistent styling, it is recommended to use it within an Field component.