Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong autocompleate type #2078

Open
purpleraven opened this issue Jan 18, 2024 · 0 comments
Open

Wrong autocompleate type #2078

purpleraven opened this issue Jan 18, 2024 · 0 comments

Comments

@purpleraven
Copy link

purpleraven commented Jan 18, 2024

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant