whitesmith/WSTagsField

Multiple Delimiter support

rizwan95 opened this issue · 4 comments

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.

@rizwan95 Thank you for your feedback. It means a lot to me.

So, do you need something like this: tagsField.acceptTagOption = [.space, .characterSet(".")]?

@ricardopereira Any update regarding this?

Sorry, I'm a bit overwhelmed right now so I didn't have the time to do this.