You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
It is not allowing single letter to create token
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.
The text was updated successfully, but these errors were encountered:
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.
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
can you reply the solution or make a new release with the fixes?
Thanks.
The text was updated successfully, but these errors were encountered: