javascript - how to prevent browser's autocomplete? -
this question has answer here:
i've implemeted jquery datepicker on textbox , datepicker poping browser's default autocomplete that's confusing usera. i've tried autocomplete="off" it's not working.
in html textbox element, add autocomplete=off
http://www.w3schools.com/tags/att_input_autocomplete.asp https://developer.mozilla.org/en-us/docs/web/security/securing_your_site/turning_off_form_autocompletion
Comments
Post a Comment