Search and Top Navigation
#4478 closed feature (worksforme)
Opened April 16, 2009 01:50PM UTC
Closed May 07, 2009 11:40AM UTC
Last modified October 11, 2012 09:15PM UTC
Provide an option to disable browser autocomplete on datepicker enhanced inputs
Reported by: | diffuzed | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.datepicker | Version: | 1.7.1 |
Keywords: | autocomplete | Cc: | |
Blocked by: | Blocking: |
Description
When the user set the focus the input field, the browser autocomplete feature may appear over the datepicker.
A sample implementation can be found in the attached diff file.
Using .attr("autocomplete", "off") should be done by the datepicker. I consider the autocomplete a useful feature on a date field, it should be left to the enduser to decide.