balajis-qb
balajis-qb
Hi @GhosttownLLC , I don't feel this as an bug. The wrapperClassName gets applied to the wrapper of the input element, not to the wrapper of the date-picker component itself...
Hi @ChristianReynaltt, I tried recreating the scenario. But it's working fine for me. Only when I type time in 24-hour time, it's parsing that as wrong 12-hour time value (But...
Hi @luis-cicada / @sanjaybora04 I tried applying the 100% width and it's working fine. I think your code might look like the below one ``` setStartDate(date)} showTimeInput customTimeInput={} /> .dp-full-width...
Hi @enif-hpcnt , In the example you shared, on clicking of the next or previous month button, only the view changes but not the selected date. To select a date,...
It won't accept the text value, because the moment you press tab or click outside it'll reset the date value back. But I'll work on this enhancement to not allow...
Hi @andriy-viyatyk, The reason is because, the package by default don't have `disabled` property. When you set disabled it's applied to the datepicker input and it's getting disabled. But for...
When I analyzed this issue, it's not related to the example of the custom time input we use. But also with the default time input. We can reproduce the double...
@martijnrusschen, Sure, I'll check.
@martijnrusschen , We are facing an issue as [email protected] defaults to ES Module  In our Rollup js config we marked `date-fns` and it's sub-packages as external dependencies - it'll...
I'll work on this issue. @kibasaur, I think we're setting the react-datepicker__day--keyboard-selected as the same date in the months regardless of the selected month which will help user to remember...