shahabyazdi / react-multi-date-picker

a simple React datepicker component for working with gregorian, persian, arabic and indian calendars
https://shahabyazdi.github.io/react-multi-date-picker/
MIT License
766 stars 90 forks source link

Removing dates in DatePanel plugin in mobile mode. #272

Open kajetanaugust opened 5 months ago

kajetanaugust commented 5 months ago

Hey there,

Just a quick one about DatePanel in mobile mode... I'm trying to add an onClick listener to the whole date tile/chip in the date panel. Right now, it's just on the 'x' button.

I tried adding this with onClickDate, but it seems like the values are stored in some internal state before the selection is confirmed.

Does anyone know if it's possible?

Thanks!