selectize.js icon indicating copy to clipboard operation
selectize.js copied to clipboard

Wrong autocompleate type

Open purpleraven opened this issue 2 years ago • 0 comments

in the code I see autocomplete="new-password"

 $control_input    = $('<input type="select-one" autocomplete="new-password" autofill="no" />').appendTo($control).attr('tabindex', $input.is(':disabled') ? '-1' : self.tabIndex);

that can damage ui in some cases. Better to make autocomplete configurable or disable it by autocomplete="off"

purpleraven avatar Jan 18 '24 11:01 purpleraven