I am trying to copy/paste a delimited string into the AutoCompleteBox such as follows - test@test.com;test2@test.com;test3@test.com
The expected behavior would be to tokenize all three of those entries; however, it only takes the last entry and removes the others. Is there a way to get it to tokenize all 3?