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

Disable the mapping property #27

Open
Ananthzeke opened this issue Oct 24, 2023 · 3 comments
Open

Disable the mapping property #27

Ananthzeke opened this issue Oct 24, 2023 · 3 comments

Comments

@Ananthzeke
Copy link

Ananthzeke commented Oct 24, 2023

How can I disable the mapping property of autocomplete because I want to use this component for translating English words to non-English words? The dropdown list is not displaying because it matches with the words, and the popup is not showing.

@etpinard
Copy link
Owner

Hi @Ananthzeke

I'm not fully understanding how you're trying to use dash-textarea-autocomplete.

Would you mind sharing a code snippet to help me help you?

Thanks!!

@Ananthzeke
Copy link
Author

Ananthzeke commented Oct 24, 2023

Hi @etpinard
Sorry for not giving you the full info.
I'm trying to use the Google Input Tools API on your component to update the word list via a callback function. However, the problem is that the suggestion popup dropdown doesn't show up because the word list is in a different language and the similarity check fails. How do I disable the similarity check?

@etpinard
Copy link
Owner

etpinard commented Nov 28, 2023

Sorry for the delay.

I don't understand how dash-textarea-autocomplete would be any useful without the "mapping" property.

In this context, would the dcc.textarea component from the standard dash core components library suffice?

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

2 participants