Wrong autocompleate type
purpleraven opened this issue · 1 comments
purpleraven commented
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"
github-actions commented
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days