Steve Castaneda
Steve Castaneda
Anyone ever get a pagination example working? @kriss1897
Also running into this warning on `^16.13.0`.
@hgeldenhuys I was able to confirm that fixed it here, but oddly enough, when I reverted back to using the state directly, the error was gone. 🤔
@digilist I agree, now on `16.13.1` and not seeing the error. https://github.com/facebook/react/releases/tag/v16.13.1 Likely due to this? >Revert warning for cross-component updates that happen inside class render lifecycles (componentWillReceiveProps, shouldComponentUpdate, and...
There's a few different input mask repos out there. I did see this one recently. https://sanniassin.github.io/react-input-mask/demo.html
After a bit more testing, when trying to use the `moment` package to calculate a minimum date, the error only seems to throw when any calculation is done. `.add(30, "days")`...
Thanks for checking. The goal was to instead have 2018 show up as the last selectable item as there are no results eligible beyond it, instead of showing ineligible years....
Exactly! It's more of a UX issue for sure, but I think it's helpful when maxDate is set. Appreciate you looking into it.
Ran into this as well. What I ended up doing was splitting up the components. The resulting issue is that the ref isn't assigned on mount so if you log...
> I came up with a solution that works well for me, happy to share here. https://gist.github.com/stevecastaneda/eb50aed3e5903aac2995f7cc850f71b1 Here's a gist of the above to make it easier to copy/paste, including...