Disable autocomplete in admin forms #816 (#817)

This commit is contained in:
Nabeel S
2020-09-10 16:42:11 -04:00
committed by GitHub
parent 5dcbd01c00
commit 1db3295213
33 changed files with 43 additions and 33 deletions

View File

@@ -8,7 +8,7 @@
You must add an airline before you can add a subfleet!
</p>
@else
{{ Form::open(['route' => 'admin.subfleets.store']) }}
{{ Form::open(['route' => 'admin.subfleets.store', 'autocomplete' => false]) }}
@include('admin.subfleets.fields')
{{ Form::close() }}
@endif