react-jsonschema-form icon indicating copy to clipboard operation
react-jsonschema-form copied to clipboard

validator and customValidate both are validating fields

Open Vineet060 opened this issue 8 months ago • 1 comments

Prerequisites

What theme are you using?

antd

Version

5.x

Current Behavior

I'm applying validation with customValidate but in that case default validator props also applying validation and validator is required props.

So cause of this i'm seeing two validation message one is coming from validator and second is coming from custom validator.

image

Expected Behavior

Default validator should not work if i'm using custom validation.

Steps To Reproduce

No response

Environment

- OS:
- Node:
- npm:

Anything else?

No response

Vineet060 avatar May 30 '24 06:05 Vineet060