Toni

Results 13 comments of Toni

@cferdinandi I would have asked that could please elaborate the reason you place `Rewritecond` rules in between the WordPress rules?

@jackmoore Just a quick note that in the hammer.js example next and previous should change place, as swiping left simulates next. ``` javascript // I have changed the place of...

Perhaps related to #392

@JohnStarich how would you go about with setting the possible offset? I guess that would needed to be done internally with react-datepicker?

@JohnStarich Thanks for getting back to me! 👍 I was considering if you would be interested to share the idea in a form of fork or the PR as I...

Good thoughts there @JohnStarich, at least the foundations are somewhat clear. JS Date can be initiliazed from UTC, but challenge is that when using it its always in the local...

@tmaximini would you care to share an example of usage with react-datepicker or are you using it with it?

I see that there is https://github.com/adazzle/react-data-grid/issues/2575 about ongoing documentation efforts. Maybe you can help the maintainers and chip in your effort? The current https://adazzle.github.io/react-data-grid/ site offers quite a lot of...

Also the code for those demos https://github.com/adazzle/react-data-grid/tree/main/website/demos might help you out.

I have thought that it is a security risk to use old versions of browsers? Why would it be important to support chrome versions other than latest? _edit: To be...