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

Allow autocomplete to be disabled #1747

Closed
ToksT opened this issue Jun 18, 2013 · 0 comments
Closed

Allow autocomplete to be disabled #1747

ToksT opened this issue Jun 18, 2013 · 0 comments

Comments

@ToksT
Copy link
Contributor

ToksT commented Jun 18, 2013

Some users would prefer not to have autocomplete. Others would like to use an autocomplete add-on instead, for the extra responsiveness.

Autocomplete should be disable-able via user setting.

evazion added a commit that referenced this issue Jan 15, 2021
This option was originally added in issue #1747. But only ~350 users
ever disabled autocomplete, only ~120 of these were seen in the last
year, and only 9 new users who signed up in the last year disabled it.

Users wishing to disable autocomplete can use this CSS:

    .ui-autocomplete { display: none !important: }

or this Javascript:

    $("[data-autocomplete]").autocomplete("disable");
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