How to hide browser console output async-validator validation warnings

problem description

in element-ui form validation, validation rules have been added; if the validation fails, the browser"s console will output a validation warning!

what result do you expect?

I want to turn off the output of the console and do not output the relevant verification results in the browser console!

Nov.12,2021

comment out console.warn (type, errors);

Menu