This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 144
sets autoComplete to off in Dropdown #808 #923
Merged
alexcjohnson
merged 5 commits into
plotly:dev
from
AnnMarieW:disable-autocomplet-dropdown-#808
Feb 1, 2021
Merged
sets autoComplete to off in Dropdown #808 #923
alexcjohnson
merged 5 commits into
plotly:dev
from
AnnMarieW:disable-autocomplet-dropdown-#808
Feb 1, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
alexcjohnson
approved these changes
Feb 1, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super! Just need a changelog entry then this is ready to go! 💃
Looking forward to this - any idea when it'll land in pip? |
@BMJHayward It was just released in |
I was about to get to work on this, when i found this PR and merely had to upgrade dash. Thanks a lot! 😘 |
Still having this issue - have there been any updates? |
@frankyp1234 This issue was solved and closed. What version of Dash are you using? Can you make a minimal example that reproduces the issue? |
I have the same issue in the Safari browser. working fine in the Chrome browser. |
I have the same issue in safari. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently, the default for autoComplete is "on" in the Dropdown component. When autoComplete="on", the browser will autocomplete fields based on the history stored in the browser.
This pull request addresses #808, plotly/dash#960 and #787 by setting the autoComplete default to "off"
This issue has also been mentioned numerous times on the community forum:
https://community.plotly.com/t/disable-autocomplete-for-dropdowns-input-box-in-dash/22463
https://community.plotly.com/t/disable-browser-autocomplete-on-multiselect-dropdown/37478
https://community.plotly.com/t/keep-getting-autofill-for-dropdown-not-all-browsers/30359