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

web

Open maxhudson opened this issue 4 years ago • 3 comments

  • web working
  • space added after @name
  • restructured component hierarchy some

maxhudson avatar Feb 23 '21 21:02 maxhudson

Thanks for your ideas and PR! I'll check it later.

dabakovich avatar Feb 24 '21 17:02 dabakovich

Hi @maxhudson! Tried to implement your changes locally. It works incorrectly on multiline typing for me.

dabakovich avatar Mar 16 '21 09:03 dabakovich

Hi @dabakovich ! I'd like to know if you have any plans to merge these changes at some point ? I use the library in a company project and we could really use the web compatibility, which I believe can be provided by the latest commit here. In our case it mostly works on web apart from rendering mentions inside the text input, which causes this issue in the console:

Warning: Use the `defaultValue` or `value` props instead of setting children on <textarea>.

The displayed text in the input is not updated either after pressing the Suggestion, but the input value is.

Thank you for your work creating this lib, saves us a lot of time :)

HugDoggyDogg avatar Dec 30 '21 15:12 HugDoggyDogg