Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing memoization of custom mapper validators and add option to turn off the cache #1286

Open
rvsia opened this issue Jul 11, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request renderer React form renderer PR

Comments

@rvsia
Copy link
Contributor

rvsia commented Jul 11, 2022

Scope: Rendered

Description

Currently there are two issues with validators:

  1. validators from the validator mapper are not being cached - this creates an inconsistent behavior
  2. we need to have an option to turn off the value cache - for example, for async requests or for validators using allValues

Schema

Example

@rvsia rvsia added bug Something isn't working enhancement New feature or request renderer React form renderer PR labels Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request renderer React form renderer PR
Projects
None yet
Development

No branches or pull requests

1 participant