Skip to content

Commit

Permalink
Update honeypotFormFields.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Jul 19, 2023
1 parent aea7972 commit a888d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/honeypotFormFields.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
type="text"
value="{{ $encryptedValidFrom }}"
@if ($livewireModel ?? false) wire:model.defer="{{ $livewireModel }}.{{ $validFromFieldName }}" @endif
autocomplete="nope"
autocomplete="off"
tabindex="-1">
</div>
@endif

0 comments on commit a888d2d

Please sign in to comment.