Disable autocomplete for password fields
This commit is contained in:
parent
f693965b27
commit
bf70ae3e1e
|
@ -34,6 +34,7 @@ class Text extends Component
|
|||
<input
|
||||
id="{{$id}}"
|
||||
type="{{$type}}"
|
||||
@if ($type === 'password') autocomplete="off" @endif
|
||||
placeholder=""
|
||||
class="
|
||||
w-full h-[var(--height)] border-gray-600 border-solid text-gray-300 bg-gray-700 leading-none rounded-lg
|
||||
|
|
Loading…
Reference in New Issue