khawars/KSTokenView

Problem with dot character in token field

Closed this issue · 1 comments

pk1 commented

Hi,

I was surprised that a dot (.) seems not to be accepted in the token field. Did I miss here something or what is the reason for this behavior?

pk1 commented

Ok, just found the solution which is to remove the default characters which will trigger a token creation:

tokenView.tokenizingCharacters = [];