vee-validate icon indicating copy to clipboard operation
vee-validate copied to clipboard

"warn" in ValidationOptions interface

Open jakecodev opened this issue 6 months ago • 0 comments

Hi, may I ask what does the warn parameter do in validate specifically? I could not find any hint in the docs or online. Thank you very much @logaretm

interface ValidationOptions$1 {
    mode: SchemaValidationMode;
    warn: boolean;
}

jakecodev avatar Jul 26 '24 00:07 jakecodev