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 · 1 comment
Open

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

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