how to disable field based async validation if value === defaultValue
but i got everytime "Invalid Form Values" and validation does not work. i think the return for the validation adapter should be different.
i tried also with updating the field options at form level with
fieldApi.update(updatedOptions) but i think there is maybe a bug‽ after updating the field options, the meta field errors is undefined or null (cant remember) instead of an empty array like after initialisation.