Skip to content

Commit

Permalink
pkp/pkp-lib#9884 Add explanatory comment to dummy submit input
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec authored and blesildaramirez committed Oct 28, 2024
1 parent 7e3c46e commit 9eadcc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Form/Form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:action="action"
@submit.prevent="() => {}"
>
<!-- Intentionally added to cover some edge cases described in https://github.com/pkp/pkp-lib/issues/9884 -->
<input type="submit" value="i9884" style="display: none" />
<input
v-for="(value, name) in hiddenFields"
Expand Down

0 comments on commit 9eadcc5

Please sign in to comment.