Skip to content

Commit

Permalink
Use type=submit for form-submit buttons (#55690)
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Nov 8, 2023
1 parent cad8fae commit 48c74db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/form-submit-button/edit.js
Expand Up @@ -14,6 +14,7 @@ const TEMPLATE = [
{
text: __( 'Submit' ),
tagName: 'button',
type: 'submit',
},
],
],
Expand Down

0 comments on commit 48c74db

Please sign in to comment.