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

Make use of custom MultiAutoCompleteEditText optional #1

Open
marcosalis opened this issue Mar 22, 2017 · 2 comments
Open

Make use of custom MultiAutoCompleteEditText optional #1

marcosalis opened this issue Mar 22, 2017 · 2 comments
Assignees

Comments

@marcosalis
Copy link
Contributor

com.teamwork.autocomplete.view.MultiAutoCompleteEditText is used by the library in order to ensure that the autocomplete dropdown correctly shows up when the user is moving the cursor within the view.
We don't know to enforce the use of that subclass, since client code might already be tied up to other third-party extensions of MultiAutoCompleteTextView.
We need to take MultiAutoCompleteTextView and then enable the additional selection features if the view is an instance of com.teamwork.autocomplete.view.MultiAutoCompleteEditText.

@marcosalis marcosalis self-assigned this Mar 22, 2017
@dinesh555
Copy link

dinesh555 commented Jan 5, 2019

Hi @marcosalis , i am using this library
how can change @ or # tag and use a to z characters?
can you help me ?
Thanks in Advance

@marcosalis
Copy link
Contributor Author

Hi @dinesh555 , please refer to the documentation about Tokenizer.
If I understood correctly and you want to use the letters a to z as "prefixes" to identify tokens, you'll have to filter them manually when you implement your own tokenizer, extending MultiAutoCompleteTextView.Tokenizer and using regular expressions (using PrefixTokenizer with many would yield really poor performances).

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