rsattar / CLTokenInputView

A replica of iOS's native contact bubbles UI
MIT License
504 stars 127 forks source link

Select previous token when remove all inserted letters #28

Open Pcosmin opened 8 years ago

Pcosmin commented 8 years ago

I create an token and then i insert one letter. After that when i delete the letter the previous token is automatically selected, and after that when i want to insert some tex, the selected previous token is replaced with the text. How can i avoid to automatically selecting previous token when delete all input text?

mats-claassen commented 7 years ago

I am also seeing this issue. It would be interesting to optionally disable this.

joeldrotleff commented 7 years ago

Here is a fix for this issue: https://github.com/clusterinc/CLTokenInputView/pull/43