wix-incubator / react-native-zss-rich-text-editor

React Native rich text editor based on ZSSRichTextEditor
Other
841 stars 311 forks source link

Programmatic paste #151

Open JeremyBradshaw7 opened 5 years ago

JeremyBradshaw7 commented 5 years ago

I want to be able to paste some text programmatically at the caret position. Is this possible? I want to paste spoken text as generated by a voice-to-text component.

ethanyuwang commented 5 years ago

I believe you can insert html or text at caret's location?

JeremyBradshaw7 commented 5 years ago

Programatically?