thermogl / TITokenField

An iOS version of the NSTokenField (See To: field in Mail and Messages).
http://thermoglobalnuclearwar.com/opensource/
599 stars 172 forks source link

New input with a token highlighted should replace the token #106

Open benpackard opened 9 years ago

benpackard commented 9 years ago
  1. Enter a string and tap return to tokenize it
  2. Use back-delete to highlight the token
  3. Type some characters

Expected: The new input replaces the existing token Actual: The input is seemingly ignored, and the highlighted token is unaffected. When subsequently attempting to use the back-delete key again to remove the token, nothing happens until the number of deletions matches the number of invisible characters entered.