You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do we have any feature to show selected date with some background color as wee can see in the screen 26 date is selected. This is currently possible for markingType="period" but i am trying to achieve this for markingType="multi-period". I am unable to achieve for multi-period.
markedDates={{
'2024-11-26': {
periods: [
{
color: '#ffe119',
endingDay: true,
marked: true,
selected: true,
},
],
},
}}
this is the markeddates and i am using to achieve this. I am not sure how i can achieve that.
The text was updated successfully, but these errors were encountered:
Description
do we have any feature to show selected date with some background color as wee can see in the screen 26 date is selected. This is currently possible for markingType="period" but i am trying to achieve this for markingType="multi-period". I am unable to achieve for multi-period.
markedDates={{
'2024-11-26': {
periods: [
{
color: '#ffe119',
endingDay: true,
marked: true,
selected: true,
},
],
},
}}
this is the markeddates and i am using to achieve this. I am not sure how i can achieve that.
The text was updated successfully, but these errors were encountered: