Until the fix is merged, you can fix in in your codebase by passing the textInputProps to the PickerSelect:
`textInputProps={{ pointerEvents: "none" }}`
Don't you think there is a use case where a form error is not tied to the form state?
I am thinking about a few cases where it could be useful to be able to set a form error that doesn't require a...
Ah, I remember having seen discussions about running fetch queries in validators. That's a bit confusing but also makes sense at the same time ^^
I changed the reproduction to use `onSubmitAsync` ...
### Describe the bug
I am trying to hook API Errors with @tanstack/form.
I thought I could set the error in an ErrorMap on the `onSubmit` key as it revalidates when the form is actually submitted...