-
Notifications
You must be signed in to change notification settings - Fork 382
Closed
Labels
Description
Hi,
great work on the library, Thanks !
here is a bug_report / request,
when the token's width is longer than the MultiAutoCompleteTextView's width, somehow the token gets cropped (Which is not a bad thing!) and then it gets duplicated in two lines.
so either let me know how I can prevent the duplication, or how we can replace the string in the token with string.substring(0,LIMIT) + "..." or any other enhancement
in the first screenshot you can see both TAC s showing the tokens OK!

here the right one increased in size, hence the left one gets smaller than the token (ONLY ONE TOKEN, IT HAS) and you can see how it gets duplicated

same goes with the left one here
