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

how to hide keyboard when the input box is active

guoChopper opened this issue · 1 comments

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

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