react-native-mentions icon indicating copy to clipboard operation
react-native-mentions copied to clipboard

In 'TriggerCallback', only English is called back by keyword.

Open Woong25 opened this issue 3 years ago • 1 comments

Problem

No value is returned for languages other than English. Can other languages be supported?

Code

const callback = (keyword) => { console.log(keyword); } <MentionsTextInput triggerCallback={callback} />

Woong25 avatar Aug 13 '20 07:08 Woong25

@Woong25 you can try this library. It supports not only Latin characters as well.

dabakovich avatar Dec 21 '20 12:12 dabakovich