air-datepicker
Advanced tools
Changelog
v3.2.0
onClickDayName
option, #459silent
param to clear
method, #477update
method with view
parameter on hidden calendar, #476formatDate
method, #491Changelog
v3.1.1
autoClose
when range mode is on, #466onSelect
when range mode is on. Now it accepts array of selected dates instead of single one #467isMobile
mode on and off #470Changelog
v3.1.0
position
- now it can be function which allows you to perform advanced positioning using third-party libraries such as popperjs or manuallyisMobile
option, which allows showing Air Datepicker as modal window on mobile devicesvisiblie
option, if it is set to true
then calendar will be visible at the startdateFormat
- as function it now handles all dates at once, instead of each date separatelyonSelect
and onRenderCell
options: type
-> cellType
, dp
-> datepicker
closet
function, thanks to @hreyeslo in #445Changelog
v3.0.0
selectedDates
option, to be able to select dates from the startcontainer
option which allows you to place datepicker in a custom elementnavTitles
can receive a function and could render dynamicallydateFormat
now can receive a functiononSelect
and onRenderCell
callbacks are now receive a single object as an argument instead of multiple parametersselectDate
now receives second parameter with optionsonChangeMonth
, onChangeYear
, onChangeDecades
are replaced with single option onChangeViewDate