plotly / dash-core-components

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
271 stars 146 forks source link

sets autoComplete to off in Dropdown #808 #923

Closed AnnMarieW closed 3 years ago

AnnMarieW commented 3 years ago

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.

image

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

BMJHayward commented 3 years ago

Looking forward to this - any idea when it'll land in pip?

harryturr commented 3 years ago

@BMJHayward It was just released in dash==1.20.0!

adrianoesch commented 3 years ago

I was about to get to work on this, when i found this PR and merely had to upgrade dash. Thanks a lot! 😘

frankyp1234 commented 8 months ago

Still having this issue - have there been any updates?

AnnMarieW commented 8 months ago

@frankyp1234 This issue was solved and closed. What version of Dash are you using? Can you make a minimal example that reproduces the issue?

kailasvnair49 commented 7 months ago

I have the same issue in the Safari browser. working fine in the Chrome browser.

tprior02 commented 6 months ago

I have the same issue in safari.