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

how to hide keyboard when the input box is active

Open guoChopper opened this issue 6 years ago • 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

guoChopper avatar Feb 22 '19 10:02 guoChopper

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

july-12 avatar Jan 14 '20 11:01 july-12