Multiple Delimiter support
rizwan95 opened this issue · 4 comments
rizwan95 commented
Problem description
WSTagsField is an awesome library! It would be more beneficial if we could support multiple delimiters.
Preferred solution
Currently, we are using String
data type for the delimiter. We can make use of CharacterSet data type to support multiple delimiters.
ricardopereira commented
@rizwan95 Thank you for your feedback. It means a lot to me.
So, do you need something like this: tagsField.acceptTagOption = [.space, .characterSet(".")]
?
rizwan95 commented
@ricardopereira Exactly!
rizwan95 commented
@ricardopereira Any update regarding this?
ricardopereira commented
Sorry, I'm a bit overwhelmed right now so I didn't have the time to do this.