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

Single/First letter is not showing the suggestion list #379

Closed
mobiniuspabitraranjan opened this issue Mar 18, 2019 · 3 comments
Closed

Comments

@mobiniuspabitraranjan
Copy link

Using the latest version 'com.splitwise:tokenautocomplete:3.0.0@aar' in my application and used this method .setThreshold(1) to allow the single/First letter to show the suggestion list.

But It is having some problem like

  1. It is not allowing single letter to create token
  2. it is not suggesting the suggestion list for first/single letter entered to the tokenise view.

can you reply the solution or make a new release with the fixes?
Thanks.

@mgod
Copy link
Contributor

mgod commented Mar 19, 2019

Thanks for the feedback! It looks like I failed to handle the case of 1 letter without a token terminator in the tokenizers. I should be able to fix this fairly quickly.

@mgod
Copy link
Contributor

mgod commented Mar 19, 2019

Fixed in 3.0.1, which should be available shortly.

@mgod mgod closed this as completed Mar 19, 2019
@mobiniuspabitraranjan
Copy link
Author

Thanks @mgod for fixing this issue.

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