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
While testing an AI coding agent with Primer, one of 15 runs hit a small form-submission issue. The agent followed Primer’s Forms guidance, including “Validation on submit,” but that section doesn’t mention that Primer Button defaults to type="button". It assumed the component behaved like a native HTML button and left out type="submit", so the form didn’t submit. A quick note in the “Submission” section, perhaps with a short code example, could help people and agents avoid the same issue. Full test writeup if helpful: technical study and evidence.
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.
While testing an AI coding agent with Primer, one of 15 runs hit a small form-submission issue. The agent followed Primer’s Forms guidance, including “Validation on submit,” but that section doesn’t mention that Primer Button defaults to type="button". It assumed the component behaved like a native HTML button and left out type="submit", so the form didn’t submit. A quick note in the “Submission” section, perhaps with a short code example, could help people and agents avoid the same issue. Full test writeup if helpful: technical study and evidence.
All reactions