Gert Dreyer
Gert Dreyer
@omerman the validations should happen as you change the field. https://codesandbox.io/s/github/final-form/react-final-form/tree/master/examples/field-level-validation?file=/index.js
Related to #474
I suspect all meta values become undefined when an input field no longer exists thus the context is lost. destroyOnUnregister only refers to the field value if you read the...
@ThiefMaster agreed. Those business requirements are wrong :-) IE11 is unsupported and adding an IE11 polyfill to support less than 0.6% of users (https://browserslist.dev/) in a widely used library is...
Should be fixed with #411
IE11 is irrelevant in 2023. If you need/want to support it add your own polyfill as suggested in #316
[Fixed in v4.20.3](https://github.com/final-form/react-final-form/issues/904#issuecomment-930056241)
Please provide more detail on how to replicate
@Otard95 @benjaminchardin2 If you were to submit a PR to fix this issue I will review it.
Exposing this can also solve #414 without adding the extra prop. Willing to accept PRs with tests that demonstrate the conditions