Skip to content

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

Open
@rvsia

Description

@rvsia

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

Activity

added
bugSomething isn't working
enhancementNew feature or request
rendererReact form renderer PR
on Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or requestrendererReact form renderer PR

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @rvsia

        Issue actions

          Fix missing memoization of custom mapper validators and add option to turn off the cache · Issue #1286 · data-driven-forms/react-forms