Giampaolo Bellavite
Giampaolo Bellavite
Thanks @kimamula I'd rather rollback https://github.com/gpbl/react-day-picker/issues/1449 than adding a new prop. This would however cause https://github.com/gpbl/react-day-picker/issues/1320 to reappear again.
> What about always enabling the behavior I implemented behind `disallowFocusOnDisabledDates`? That behavior is native in the browser already when we rollback #1449. I'd say is a better solution!
> The behavior I implemented here prevents the issue described in #1320 from happening. Thanks @kimamula, I will check it out. Still we need to fix #1320 in a PR...
I could finally try out this PR, but there's an issue: when meeting a disabled day, the user needs to press the arrow button twice to skip the disabled day:...
I think we'd better close #1483 for a easier development on our local machine. Also, it seems the tests don't cover the issue. The test should confirm that the disabled...
@kimamula I see thanks for the feedback! I'll send some updates for this PR, which is a good start! Thanks again for your work here.
> @gpbl is there anything I can do to get this PR merged? Thanks @kimamula! There are few bugs surfacing listed here https://github.com/gpbl/react-day-picker/issues, it would be nice some help there...
Not sure what "pure" mean – it is to avoid the global scope of the variables? In this case, replacing `:root` with `.rdp` would fix the issue?
@tjfred35 do you think the recent updates to focus may help fixing this?
If #1449 get fixed probably we can move forward and fix this one too! > Is this in the plans to be fixed? > Is there any move to fix...