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

Closed
purpleraven opened this issue Jan 18, 2024 · 1 comment
Closed

Wrong autocompleate type #2078

purpleraven opened this issue Jan 18, 2024 · 1 comment

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"

Copy link
Contributor

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

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant