CalendarPicker icon indicating copy to clipboard operation
CalendarPicker copied to clipboard

Today is not highlighted if min date present

Open ranshine opened this issue 2 years ago • 1 comments

I am using calendar picker library and it is working fine, one issue i am facing when i enable min date then today is in disabled state. Is there any way that i can make today is highlighted even though min date selected.

code:

<CalendarPicker minDate={2017, 6, 3} todayTextStyle={{color:'red'}} />

ranshine avatar Feb 14 '22 06:02 ranshine

Just came across the same issue. From the readme: "If you provide textStyle with fontFamily and color, out of ranges dates will not apply your color, just fontFamily."

I just used todayBackgroundColor, which is not ideal, but it'll do for now I guess.

siimorasmae avatar Mar 16 '22 12:03 siimorasmae