splitwise / TokenAutoComplete

Gmail style MultiAutoCompleteTextView for Android
Apache License 2.0
1.3k stars 384 forks source link

long tokens appears as duplicate #395

Open mobiniusbarnali opened 4 years ago

mobiniusbarnali commented 4 years ago

I'm facing this issue on Samsung galaxy S8 and OnePlus 6T devices. Any idea how to solve this issue?

mgod commented 4 years ago

I see you also commented on #383, but we'll leave this one open for further discussion.

I haven't been able to figure out what the keyboard is doing that causes problems yet, unfortunately. This is definitely a problem with some unusual input provided by this specific keyboard or family of keyboards.

mobiniusbarnali commented 4 years ago

This issue happens only when I try to add tokens using addObjectSync() method.

And did you find any fix for this issue?

mgod commented 4 years ago

No, sorry. I haven't been able to reproduce this myself, so it seems like the next step is to put together some system that would let you record keyboard input through the InputConnection to the view, but I'm not going to have time to put something together soon.