#4478 closed feature (worksforme)
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.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | ui.datepicker.diff added |
---|
comment:1 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.