Search and Top Navigation
#15382 new feature ()
Opened June 17, 2020 06:52PM UTC
Last modified June 17, 2020 06:52PM UTC
Chrome Autocomplete hides datepicker, should datepicker disable autocomplete?
| Reported by: | tsamop | 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