mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Try to prevent LastPass autofill
This commit is contained in:
parent
d4fd0c0d35
commit
f25cbbc6ea
@ -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…
Reference in New Issue
Block a user