You've already forked lubo_comment_query
拒绝autocomplete
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user