mentions icon indicating copy to clipboard operation
mentions copied to clipboard

[question] any way to use suggestions with spaces

Open akaguny opened this issue 6 years ago • 1 comments

Hi! Can you tell about possibility to use spaces in suggestions. I want to have vocabulary ['hi world', 'hello world', 'world']. I was debugging code and find https://github.com/react-component/mentions/blob/331757d9b5cdaccabd76ecdeed0f6954bc019d7a/src/Mentions.tsx#L161 =( I'm also used Ant.design if it helpful.

akaguny avatar Sep 25 '19 19:09 akaguny

It looks like you could provide a validate function or use the split prop to change the behaviour.

split is a space by default, I changed it to an empty string (split='') and now I can use suggestions with spaces.

ojame avatar Mar 30 '22 10:03 ojame