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
When using a DataForm with the card layout and required field validation, blurring from any field (via mouse click or tab) triggers validation and auto-focuses the first required field that has an error. This hijacks the user's natural tab order (or whichever input they clicked), making navigation unpredictable.
Step-by-step reproduction instructions
Clear the value of the Text field (so it becomes empty/invalid) by updating the story.
Description
When using a DataForm with the card layout and required field validation, blurring from any field (via mouse click or tab) triggers validation and auto-focuses the first required field that has an error. This hijacks the user's natural tab order (or whichever input they clicked), making navigation unpredictable.
Step-by-step reproduction instructions
npm run storybook:dev).Screenshots, screen recording, code snippet
Screen.Recording.2026-03-26.at.13.32.16.mov
Environment info
WordPress 6.9.4, Gutenberg nightly, macOS, Chrome