form.tsx
7.63 KB
-
perf(form): focus first validation error on submit · e79cee1e
- scope validation queries with a form root id so feedback stays inside the submitted form. - scroll to the earliest invalid control or message and move focus without fighting scroll position. - avoid handling the same failed submit twice to keep retries from jumping unexpectedly.
QuentinHsu committed