devopsinthecloud icon indicating copy to clipboard operation
devopsinthecloud copied to clipboard

Mentions not displaying while using CharacterSet

Open sm0nster opened this issue 5 years ago • 1 comments

Hi, I have problem with triggering mention using CharacterSet(charactersIn: "@").

let mentionsPlugin = HKWMentionsPlugin(chooserMode: .enclosedTop, controlCharacters: CharacterSet(charactersIn: "@"), searchLength: -1) Result: not triggering mention at all

let mentionsPlugin = HKWMentionsPlugin(chooserMode: .enclosedTop, controlCharacters: CharacterSet(charactersIn: "@"), searchLength: 0) Result: not triggering mention at all

let mentionsPlugin = HKWMentionsPlugin(chooserMode: .enclosedTop, controlCharacters: CharacterSet(charactersIn: "@"), searchLength: 1) Result: triggering mention without typing "@". If i type "@" and then start typing mention it triggers mention but leaves "@" - "@[mention]".

Did anyone experience this?

sm0nster avatar Jun 06 '19 07:06 sm0nster

yes I also have same issue

kiran4991 avatar Jun 28 '19 04:06 kiran4991