Hi all you all have experienced that when you use atextbox
again and again by writing something in it and submitting the values the textbox starts to give you suggestion on the onfocus
event based on previous written values. Can we disable this attribute of the textbox that it shouldn't suggest previous values?
相关问题
- Views base64 encoded blob in HTML with PHP
- Carriage Return (ASCII chr 13) is missing from tex
- Is there a way to play audio on a mobile browser w
- HTML form is not sending $_POST values
- implementing html5 drag and drop photos with knock
autocomplete="off" add this as attribute to your control e.g.