Opened 3 years ago
#15382 new feature
Chrome Autocomplete hides datepicker, should datepicker disable autocomplete?
Reported by: | Michael W Richards | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.datepicker | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Had trouble with Chrome's autocomplete opening over and hiding the datePicker.
I had luck turning off autocomplete .attr('autocomplete', 'off');
on datePicker creation. Should this be a feature?
/* Attach the date picker to an input field. */ _connectDatepicker: function( target, inst ) { var input = $(target).attr('autocomplete', 'off'); //~mwr added attr to hide autocomplete
Note: See
TracTickets for help on using
tickets.