The Vanilla Calendar Pro is a versatile JavaScript date and time picker component with TypeScript support, making it compatible with any JavaScript frameworks and libraries. It is designed to be lightweight, easy to use, and feature-rich, without relying on external dependencies.
I created a datetime picker. When I click on a date, the calendar is closed. But when I reopen the calendar, dragging the time slider triggers onChangeToInput instead of just onChangeTime. How can I prevent onChangeToInput or determine in onChangeToInput that only the time is changing?
I created a datetime picker. When I click on a date, the calendar is closed. But when I reopen the calendar, dragging the time slider triggers onChangeToInput instead of just onChangeTime. How can I prevent onChangeToInput or determine in onChangeToInput that only the time is changing?