In Safari browser, the password shortcut appears above the show and hide password icon
This commit is contained in:
parent
a18e4f26df
commit
548e5e238e
|
|
@ -1,6 +1,7 @@
|
|||
<div x-data="{ showPassword: false, password: '' }" x-cloak>
|
||||
<input
|
||||
type="password"
|
||||
x-bind:class="password ? 'pr-9' : 'pr-0'"
|
||||
x-bind:type="showPassword ? 'text' : 'password'"
|
||||
x-model="password"
|
||||
name="{{ $name }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue