Merge pull request #2691 from brkcvn/master
Autocomplete disabled from laravel components
This commit is contained in:
commit
cda0d240d2
6
public/akaunting-js/generalAction.js
vendored
6
public/akaunting-js/generalAction.js
vendored
@ -438,9 +438,3 @@ document.querySelectorAll('[data-index-icon]').forEach((defaultText) => {
|
|||||||
//disable/enable icons ejected from data-truncate-marquee
|
//disable/enable icons ejected from data-truncate-marquee
|
||||||
|
|
||||||
//margue animation for truncated text
|
//margue animation for truncated text
|
||||||
|
|
||||||
//disable autocomplete for all form elements
|
|
||||||
document.querySelectorAll('input, textarea, select, textarea').forEach((element) => {
|
|
||||||
element.setAttribute('autocomplete', 'off');
|
|
||||||
});
|
|
||||||
//disable autocomplete for all form elements
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user