react-native-zss-rich-text-editor
react-native-zss-rich-text-editor copied to clipboard
Title is focusing even if hiddenTitle prop enabled
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.
+1 same problem
Having the same problem
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();