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
Primer::Alpha::ToggleSwitch renders a <button> without type. Inside a <form>, it defaults to type="submit" and can trigger Chrome “required field” validation tooltips on other empty inputs.
Repro
Put ToggleSwitch inside a form with an empty required field.
Click the toggle.
Chrome shows native validation tooltips / acts like a submit.
Fix
Render the track button with type="button" and add a test for .ToggleSwitch-track[type="button"].
Summary
Primer::Alpha::ToggleSwitchrenders a<button>withouttype. Inside a<form>, it defaults totype="submit"and can trigger Chrome “required field” validation tooltips on other empty inputs.Repro
requiredfield.Fix
Render the track button with
type="button"and add a test for.ToggleSwitch-track[type="button"].References
Screen.Recording.2026-02-12.at.12.27.06.PM.mov