chore: fix form submission and keydown event handling in modal-confirmation.blade.php
This commit is contained in:
parent
cf0262d7a3
commit
77654faa36
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue