Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.
This repository was archived by the owner on May 4, 2020. It is now read-only.

Using async validation creates too many requests #77

Description

@Mottoweb

Hi, i am using custom async validations for phone number and email. Using validatorjs strategy.
If there is value in the field that has custom async rule, its going to validate on every field blur. I don't know if this is a mixin/strategy/library issue.

The behaviour is next. Enter async field value, blur -> validate call. Enter other non related field value, blur and async field make request again.

The question is, how can i reduce the validation for single field to be just once and on submit?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions