disable chrome autofill

Questionsdisable chrome autofill
David asked 8 years ago

Hi Abu,

Is there a solution to disable chrome autofill ?

chrome need "autocomplete=false" instead of "off" to disable autofill.

$col['editoptions']["autocomplete"] = "False"; is not working

for now i use

$opt["add_options"]["afterShowForm"] = 'function ()
{$("#CPostal").attr("autocomplete", "false");}

to disable it but it's quite annoying , is there any other possibilities ?

regards,

1 Answers
Abu Ghufran answered 8 years ago

The chrome autofill function is somewhat buggy,
see http://stackoverflow.com/questions/12374442/chrome-browser-ignoring-autocomplete-off

So, if afterShowForm is working for you, would recommend to stick with it.

Your Answer

20 + 11 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?