react-native-controlled-mentions
react-native-controlled-mentions copied to clipboard
web
- web working
- space added after @name
- restructured component hierarchy some
Thanks for your ideas and PR! I'll check it later.
Hi @maxhudson! Tried to implement your changes locally. It works incorrectly on multiline typing for me.
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 :)