Michael Chang
Michael Chang
### Are you submitting a **bug report** or a **feature request**? Bug Report ### What is the current behavior? When `keepDirtyOnReinitialize` is true, pristine field array fields are not updated...
I have a custom isOutsideRange that allows a maximum range of 30 days to be selected. When the Datepicker is open and I click clearDates, the custom isOutsideRange is not...
Coveralls CI runs runs in a short amount of time (< 1 min) but the Coveralls PR comment is posted hours later. In this case, it was 4 hours later....
Fix https://github.com/final-form/react-final-form/issues/1032 by updating the field `isEqual` every time `registerField` is called. This is in conjunction with https://github.com/final-form/react-final-form/pull/1033 that so that `isEqual` is passed only when defined.
Remove the unnecessary `isEqual` function definition. This was necessary because https://github.com/final-form/react-final-form/issues/1032 is fixed by updating the field `isEqual` every time `registerField` is called. This fix relies on the fact that...
### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? I have a use case where I am using multiple `Field`...
Is it possible to exclude nested folders? For example: `src/**/mocks/**/*`?
### Describe the bug When a 2nd conditionally rendered virtual list is rendered, the page automatically scrolls to the top ### Your minimal, reproducible example https://codesandbox.io/p/devbox/cranky-fermat-vzkmd3 ### Steps to reproduce...