Default (Single)
Static
The 'default'
calendar type displays one month, allows you to select days, navigate between months using arrows, and select the month and year from the respective headers. This is the standard display mode for the calendar.
With Input
If you need to display the calendar when clicking on an «Input», you can easily configure it by initializing it with the inputMode: true
parameter.
It is important to note that «Input» in the context of this calendar does not necessarily have to be an <input>
tag. It can be any HTML element, such as a <div>
. In «Input», you can initialize any type of calendar.
By default, the calendar does not write any values to the «Input» field, giving you unique control over what you want to see in the value
.