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

Title is focusing even if hiddenTitle prop enabled

Open enterteg opened this issue 7 years ago • 3 comments

Even if hiddenTitle prop is set to true, title is rendered and focused on initial editor load before title is hidden. Is there possibility to somehow control if it should be focused?

Right now it looks weird when keyboard is jumping (show/hide) in initial load.

enterteg avatar Sep 18 '17 11:09 enterteg

+1 same problem

tzurae avatar Apr 23 '18 06:04 tzurae

Having the same problem

ethanyuwang avatar May 23 '18 21:05 ethanyuwang

Hi,

Issue is in editor.html :

zss_editor.init = function() { /*some code here*/ zss_editor.focusTitle(); /*some code here*/ }//end

Try commenting zss_editor.focusTitle();

jaspal-singh-gulati avatar Jun 20 '18 10:06 jaspal-singh-gulati