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

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

how to hide keyboard when the input box is active #160

Open guoChopper opened 5 years ago

guoChopper commented 5 years ago

hey,if I want to hide the keyboard when the input box is active and I try to use Keyboard.dismiss() method but it isn't any effect.so I want to know how can I solve this problem? thanks

july-12 commented 4 years ago

call this method: this.richtext.blurContentEditor();