prevent buttons from submitting form by adding type="button"

This commit is contained in:
schlagmichdoch 2023-03-06 16:03:34 +01:00
parent 5fc8e85f75
commit ff8f28660a
2 changed files with 6 additions and 6 deletions

View file

@ -122,7 +122,7 @@
<div class="font-subheading center text-center">Enter key from another device to continue.</div>
<div class="center row-reverse">
<button class="button" type="submit" disabled>Pair</button>
<button class="button" close>Cancel</button>
<button class="button" type="button" close>Cancel</button>
</div>
</x-paper>
</x-background>
@ -137,7 +137,7 @@
<div class="font-subheading center text-center">Are you sure to unpair all devices?</div>
<div class="center row-reverse">
<button class="button" type="submit">Unpair Devices</button>
<button class="button" close>Cancel</button>
<button class="button" type="button" close>Cancel</button>
</div>
</x-paper>
</x-background>
@ -209,7 +209,7 @@
<div id="text-input" class="textarea" role="textbox" autocapitalize="none" spellcheck="false" autofocus contenteditable></div>
<div class="center row-reverse">
<button class="button" type="submit" title="STR + ENTER" disabled close>Send</button>
<button class="button" title="ESCAPE" close>Cancel</button>
<button class="button" type="button" title="ESCAPE" close>Cancel</button>
</div>
</x-paper>
</x-background>

View file

@ -125,7 +125,7 @@
<div class="font-subheading center text-center">Enter key from another device to continue.</div>
<div class="center row-reverse">
<button class="button" type="submit" disabled>Pair</button>
<button class="button" close>Cancel</button>
<button class="button" type="button" close>Cancel</button>
</div>
</x-paper>
</x-background>
@ -140,7 +140,7 @@
<div class="font-subheading center text-center">Are you sure to unpair all devices?</div>
<div class="center row-reverse">
<button class="button" type="submit">Unpair Devices</button>
<button class="button" close>Cancel</button>
<button class="button" type="button" close>Cancel</button>
</div>
</x-paper>
</x-background>
@ -212,7 +212,7 @@
<div id="text-input" class="textarea" role="textbox" autocapitalize="none" spellcheck="false" autofocus contenteditable></div>
<div class="center row-reverse">
<button class="button" type="submit" title="STR + ENTER" disabled close>Send</button>
<button class="button" title="ESCAPE" close>Cancel</button>
<button class="button" type="button" title="ESCAPE" close>Cancel</button>
</div>
</x-paper>
</x-background>