Gert Dreyer

Results 46 comments of 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

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...

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)

@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