react-native-zss-rich-text-editor
react-native-zss-rich-text-editor copied to clipboard
Can not focus RichTextEditor when clear text
When I delete all text in RichTextEditor, keyboard auto hidden and I can not refocus RichTextEditor. Please help me !
"+ 1"
+1 always need placeholder for refocus.
+1 Does anyone find the solution for this? I don't want to use the placeholder for refocusing.
+1, Very annoying. You need to press in just the right spot where the text starts when hiding the title.
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; }