LucasArray · GitHub

Shadow DOM prevents ion-fab-button's native button from participating
in form submission. Port the hidden-button pattern from ion-button:
inject a hidden <button> into the associated form (found via the new
`form` prop or by walking up to the closest <form> ancestor), then
click it on Host click to trigger native form submission and Enter-key
support.
Fixes ionic-team#18550

@LucasArray

@LucasArray

…ubmit

@vercel

brandyscarney

@ShaneK ShaneK changed the title fix(fab-button): type="submit" and type="reset" now work inside forms fix(fab-button): restore submit, reset, and disabled functionality

Aug 5, 2026

@ShaneK

@vercel

@ShaneK

@brandyscarney brandyscarney changed the title fix(fab-button): restore submit, reset, and disabled functionality fix(fab-button): restore submit, reset, and disabled form functionality

Aug 5, 2026

@ShaneK

Read the original on github.com ↗