react-native-zss-rich-text-editor icon indicating copy to clipboard operation
react-native-zss-rich-text-editor copied to clipboard

Can not focus RichTextEditor when clear text

Open navata opened this issue 7 years ago • 5 comments

When I delete all text in RichTextEditor, keyboard auto hidden and I can not refocus RichTextEditor. Please help me !

navata avatar Aug 28 '17 03:08 navata

"+ 1"

jiyarong avatar Sep 22 '17 02:09 jiyarong

+1 always need placeholder for refocus.

bahadircivelek avatar Oct 10 '17 13:10 bahadircivelek

+1 Does anyone find the solution for this? I don't want to use the placeholder for refocusing.

jaspal-singh-gulati avatar Apr 27 '18 10:04 jaspal-singh-gulati

+1, Very annoying. You need to press in just the right spot where the text starts when hiding the title.

dajaffe avatar May 05 '18 23:05 dajaffe

If this helps,

Increase the touchable content area using CSS. Use prop customCSS and provide a callback to return CSS.

#zss_editor_content{ width: 100%; height: 100%; -webkit-overflow-scrolling: touch; overflow:auto; }

kaustubheksambekar avatar May 11 '18 12:05 kaustubheksambekar