should blur trigger onChange validation?
onChange validation errors when clicking into and then out of a field (but without changing the value). Looking at the code it seems like if a field was never previously touched, then blurring the field causes the "change" validation to run. Does this seem accurate? Did I miss something in the docs re: this behavior?https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi.ts#L1602