You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was reading through #1457 . Some of that issue is addressed with the signal: AbortSignal passed to onChangeAsync, but I noticed that the signal isn't aborted when onChange returns as invalid.
But there was a change to add this behavior to field validation (not form validation) here: #796
I'm wondering if form validation should have the same behavior. I don't have a use case for this though, so I'm not 100% sure this behavior should be the same as field validation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I was reading through #1457 . Some of that issue is addressed with the
signal: AbortSignal
passed toonChangeAsync
, but I noticed that the signal isn't aborted whenonChange
returns as invalid.But there was a change to add this behavior to field validation (not form validation) here: #796
I'm wondering if form validation should have the same behavior. I don't have a use case for this though, so I'm not 100% sure this behavior should be the same as field validation.
Beta Was this translation helpful? Give feedback.
All reactions