mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(all): buttons are type="button"
This commit is contained in:
@ -77,6 +77,7 @@ export class BackButton {
|
||||
|
||||
return (
|
||||
<button
|
||||
type="button"
|
||||
class="back-button-native"
|
||||
onClick={ev => this.onClick(ev)}>
|
||||
<span class="back-button-inner">
|
||||
|
Reference in New Issue
Block a user