Try to prevent LastPass autofill
This commit is contained in:
parent
d4fd0c0d35
commit
f25cbbc6ea
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
{!! Former::open($url)
|
||||
->method($method)
|
||||
->addClass('warn-on-exit main-form search')
|
||||
->addClass('warn-on-exit main-form search') // 'search' prevents LastPass auto-fill http://stackoverflow.com/a/30921628/497368
|
||||
->autocomplete('off')
|
||||
->onsubmit('return onFormSubmit(event)')
|
||||
->rules(array(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue