Props

There are some additional props that are not listed on the API page. These props are for passing custom classes to the nested elements of the datepicker.

inputClassName

Pass a class to the input field

{
    type: String,
    default: null
}
1
2
3
4

Pass a class to the menu wrapper div

{
    type: String,
    default: null
}
1
2
3
4

calendarClassName

Pass a class to the calendar wrapper div

{
    type: String,
    default: null
}
1
2
3
4

calendarCellClassName

Pass a class to the calendar cell

{
    type: String,
    default: null
}
1
2
3
4
Last Updated: 8/29/2021, 11:37:18 AM