TharaViswa
TharaViswa
Does this library supports hr tag. ?
I selected text and selected H1 option from Richtext toolbar. and then i tried to unselect H1.but nothing happens. Same behaviour is happening for H2, H3 also.Can someone please help...
If the rich text editor has more content in it, unable to scroll in Android. in iOS it's working. Can someone help me in this?
Insert Link is working. But updating the link is not taking the updated link. Can someone help me in this?
I am trying to use unlink functionality. I made few changes 1. In const.js ` unlink: 'unlink',` 2.In RichTextEditor.js `unlink(url, title) { this._sendAction(actions.unlink, {url, title}); }` 3. In RichTextToolbar.js `...