mabbas007 / TagsEditText

Android EditText for view tags or chips
Apache License 2.0
694 stars 124 forks source link

Tags text gets deleted before a number #43

Open anirudh-softprodigy opened 6 years ago

anirudh-softprodigy commented 6 years ago

Hi Thanks for an awesome library. I'm facing an issue with the current version of library. when i enter a tag suppose "abc" and then add another tag with the same name and a number added to it after a space "abc 2" the tag text gets deleted and only 2 is added as a text. For this situation to reproduce the text must be same for both the tags and the second tag must be followed by a space and then any number.

RajaiMilarite commented 5 years ago

Hi Thanks for an awesome library. I'm facing an issue with the current version of library. when i enter a tag suppose "abc" and then add another tag with the same name and a number added to it after a space "abc 2" the tag text gets deleted and only 2 is added as a text. For this situation to reproduce the text must be same for both the tags and the second tag must be followed by a space and then any number.

Did you solve it ?

anirudh-softprodigy commented 5 years ago

Hi Thanks for an awesome library. I'm facing an issue with the current version of library. when i enter a tag suppose "abc" and then add another tag with the same name and a number added to it after a space "abc 2" the tag text gets deleted and only 2 is added as a text. For this situation to reproduce the text must be same for both the tags and the second tag must be followed by a space and then any number.

Did you solve it ?

Unfortunately No