onefinestay / react-daterange-picker

Other
563 stars 208 forks source link

How to disable HalfDateStates #114

Open preschian opened 8 years ago

preschian commented 8 years ago

Hello,

how to disable HalfDateStates class? i want to FullDateStates in my dateStates

Shriraam-Ramesh commented 4 years ago

Hello,

how to disable HalfDateStates class? i want to FullDateStates in my dateStates @preschain overwrite the CSS file by adding this..

.DateRangePickerCalendarDatePeriod--pm { left: 0; } .DateRangePickerCalendarDatePeriod--am { right: 0; }

you will get fullDateStates..

cekujin commented 4 years ago

@Shriraam-Ramesh This only changes the style of the cell not fully disabling it.