javascript - How to cancel edit/disable cached input (of type text) value? -


I have an input type text , on which I already entered the value 1234 Done
it has been saved in the cache shown below.

alt text

Here issue < / Strong> is that it is very disappointing to choose the text box in the next line.

There is no way to display that code by appearing through HTML markup or JavaScript, which is highlighted in the 12334 (screenshot has gone)?

As you have said, on the modern browsers, Full attribute, I see several text boxes, if you want to disable autocomplete, you can set this attribute directly on the element in the entire form:

  & lt; Form name = "form1" id = "form1" method = "post" autocomplete = "off" action = "http: //www.example.com/form.action"> [...] & lt; / Form & gt;  

More info:


Comments

Popular posts from this blog

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -