-5

I've implemeted jquery datepicker on a textbox and datepicker is poping up with browser's default autocomplete that's confusing for the usera. I've tried autocomplete="off" but it's not working.

TheTom
  • 298
  • 3
  • 15

1 Answers1

1

In the HTML for the 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

Scott Marcus
  • 64,069
  • 6
  • 49
  • 71