We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570984a commit b982eceCopy full SHA for b982ece
resources/views/admin/_form.blade.php
@@ -58,7 +58,7 @@
58
59
<div class="row gx-3">
60
<div class="col-sm-6">
61
- {!! BootForm::email(__('Email'), 'email') !!}
+ {!! BootForm::email(__('Email'), 'email')->autocomplete('off') !!}
62
</div>
63
64
{!! BootForm::text(__('Website'), 'website')->placeholder('https://') !!}
@@ -67,11 +67,11 @@
67
68
69
70
- {!! BootForm::text(__('Phone'), 'phone') !!}
+ {!! BootForm::text(__('Phone'), 'phone')->autocomplete('off') !!}
71
72
73
74
- {!! BootForm::textarea(__('Address'), 'address')->rows(4) !!}
+ {!! BootForm::textarea(__('Address'), 'address')->rows(4)->autocomplete('off') !!}
75
76
77
<div class="col-md-5">
0 commit comments