react-forms icon indicating copy to clipboard operation
react-forms copied to clipboard

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

Open rvsia opened this issue 3 years ago • 0 comments

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 avatar Jul 11 '22 13:07 rvsia