I have a function such that:
field_validator(rule, value, callback) { this.form.setFieldsValue({ [rule.field]: null }) }
I wasn\'t able