diff --git a/resources/views/clients/edit.blade.php b/resources/views/clients/edit.blade.php index f263b47f3..9c3a74b68 100644 --- a/resources/views/clients/edit.blade.php +++ b/resources/views/clients/edit.blade.php @@ -96,6 +96,7 @@ {!! Former::text('postal_code') ->oninput(config('ninja.google_maps_api_key') ? 'lookupPostalCode()' : '') !!} {!! Former::select('country_id')->addOption('','') + ->autocomplete('off') ->fromQuery($countries, 'name', 'id') !!}