Skip to content

Commit

Permalink
chore: fix form submission and keydown event handling in modal-confir…
Browse files Browse the repository at this point in the history
…mation.blade.php
  • Loading branch information
andrasbacsai committed Oct 11, 2024
1 parent cf0262d commit 77654fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/modal-confirmation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class="p-2 mt-1 w-full text-black rounded input">
class="block text-sm font-medium text-gray-700 dark:text-gray-300">
Your Password
</label>
<form @submit.prevent="return false" @keydown.enter.prevent>
<form @submit.prevent @keydown.enter.prevent>
<input type="password" id="password-confirm" x-model="password" class="w-full input"
placeholder="Enter your password">
</form>
Expand Down

0 comments on commit 77654fa

Please sign in to comment.