mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 19:04:41 -04:00
Try to prevent LastPass autofill
This commit is contained in:
parent
d4fd0c0d35
commit
f25cbbc6ea
@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
{!! Former::open($url)
|
{!! Former::open($url)
|
||||||
->method($method)
|
->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')
|
->autocomplete('off')
|
||||||
->onsubmit('return onFormSubmit(event)')
|
->onsubmit('return onFormSubmit(event)')
|
||||||
->rules(array(
|
->rules(array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user