mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
feat(button): submit from outside of form (#25913)
Resolves #21194 Co-authored-by: Sean Perkins <sean@ionic.io>
This commit is contained in:
@ -161,6 +161,7 @@ export const IonButton = /*@__PURE__*/ defineContainer<JSX.IonButton>('ion-butto
|
||||
'strong',
|
||||
'target',
|
||||
'type',
|
||||
'form',
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
]);
|
||||
|
Reference in New Issue
Block a user