Duplicate Errors when using same Schema for onChange and onMount validation
As soon as i start typing in the "firstName" Field I get the error for "lastName" twice.
I thought i might have to start by clearing all errors in the onChange handler but I have no Idea how i could "compose" a custom onChange validator function with a StandardSchemaValidator.
Somthing like: