拒绝autocomplete

This commit is contained in:
2022-11-01 15:30:04 +08:00
parent c104de8628
commit 2a92e6a8c1
4 changed files with 8 additions and 7 deletions

View File

@ -27,7 +27,7 @@
@endif
<label class="block my-2" id="broadcast_select">
复制的名称
<input class="form-input border-0 border-b-2 w-full" type="text" name="name" value="{{ old('name') }}">
<input class="form-input border-0 border-b-2 w-full" autocomplete="off" type="text" name="name" value="{{ old('name') }}">
<input class="form-input border-0 border-b-2 w-full" id="broadcast_id" type="hidden" name="id" value="{{ old('id') }}">
</label>
@include("common.form_error")