In the Tempus Dominus Datetimepicker, when clicking the month name, it goes to the list of months.
I want to disable this. How shall it be achieved?
In the Tempus Dominus Datetimepicker, when clicking the month name, it goes to the list of months.
I want to disable this. How shall it be achieved?
In order to disable the month select you can set pointer-events to none for the picker-switch element:
The snippet: