Try to prevent LastPass auto-fill
This commit is contained in:
parent
21dc46b8da
commit
229761bf37
1 changed files with 2 additions and 1 deletions
|
|
@ -67,8 +67,9 @@
|
|||
|
||||
{!! Former::open($url)
|
||||
->method($method)
|
||||
->addClass('warn-on-exit main-form search') // 'search' prevents LastPass auto-fill http://stackoverflow.com/a/30921628/497368
|
||||
->addClass('warn-on-exit main-form search')
|
||||
->autocomplete('off')
|
||||
->name('lastpass-disable-search') // 'search' prevents LastPass auto-fill http://stackoverflow.com/a/30921628/497368
|
||||
->onsubmit('return onFormSubmit(event)')
|
||||
->rules(array(
|
||||
'client' => 'required',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue