imnapo / react-native-cn-quill

Quill rich-text editor for react-native
MIT License
185 stars 72 forks source link

Nothing happened when pressing link in toolbar #120

Closed vinodsnayvik closed 10 months ago

vinodsnayvik commented 11 months ago

Hi, I'm adding link in QuillToolbar options but when I'm clicking on it then nothing is happening. i tried to get html using onHtmlChange when we made selection it is making anchor tag but there is not way to add link.

Am i missing something ?

dimaokk commented 9 months ago

Hi, I'm adding link in QuillToolbar options but when I'm clicking on it then nothing is happening. i tried to get html using onHtmlChange when we made selection it is making anchor tag but there is not way to add link.

Am i missing something ? have you decided this problem?

vinodsnayvik commented 9 months ago

I checked on the official documentation and found that you have to select text and then click on link but not working on my side. So I implemented a custom method to get link and put in editor.

kalmahik commented 3 months ago

I checked on the official documentation and found that you have to select text and then click on link but not working on my side. So I implemented a custom method to get link and put in editor.

Hey! Can you share your solution here pls? 🙏