diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index d3ecc5e6daa1..09e296e5acad 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -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',