-
-
Notifications
You must be signed in to change notification settings - Fork 144
Set autocomplete to "off" on dcc.Input doesn't work #457
Comments
Not sure if this is the right place to ask, but will this be fixed in a future release? As it is still broken as of dcc v0.44. Or if there are any workarounds to disable autocomplete for now? Thanks! |
@T4rk1n I've been using Dash for a while now and it's the right time for me to jump into dev here. I am happy to tackle this issue and should have this weekend to dedicate, pending I can get setup with the development environment--the readme setup/build instructions are crashing on my system (I commented on issue #459 seeking to resolve). Despite the setup issues, after looking through the linked code and generated .py modules, I'm assuming that other html attributes not camelCased need to be. Specifically:
What's strange is that the CHANGLOG.md indicates these were handled in release 0.37.0: [0.37.0] - 2018-11-04 After digging into the release commits it looks like the unit test at Going on the limited amount of digging I've done (and normally I'd just implement this and test first), am I safe to assume that the following will solve the issue (assuming all tests pass)?
Thanks for the hand-holding through my first contrib :-) |
On setting autocomplete to 'off' for dcc.Input is still NOT working. Is this solved? |
You're using a rather old version of Dash. Try updating to the latest,
would be the first thing to do.
…On Fri, Aug 16, 2019, 22:32 Tushar Semwal ***@***.***> wrote:
On setting autocomplete to 'off' for dcc.Input is still NOT working. Is
this solved?
I am using dash = 0.39.0
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#457?email_source=notifications&email_token=AAVTKGFN66L6PRMXPHPDKOTQE2M4BA5CNFSM4GUXNCF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4OPXYY#issuecomment-521993187>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAVTKGCMUG2X4UJVPGYK24LQE2M4BANCNFSM4GUXNCFQ>
.
|
Should be
autoComplete
instead.dash-core-components/src/components/Input.react.js
Line 161 in 62e9049
https://community.plot.ly/t/how-to-disable-suggestions-on-input-component/18711
The text was updated successfully, but these errors were encountered: