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

Any way to control the keyboard's return key, etc?

Open DonaldBatryn opened this issue 2 years ago • 2 comments

The keyboard while in the rich editor is annoying and it's very difficult to dismiss. Any way to alter keyboard layout/function?

DonaldBatryn avatar Oct 27 '21 21:10 DonaldBatryn

You can dismiss keyboard using reference of the rich editor like this:

  editorRef.current?.dismissKeyboard();

SMhdAsadi avatar Dec 07 '21 05:12 SMhdAsadi

@DonaldBatryn Try this https://github.com/facebook/react-native/issues/12189#issuecomment-358959981

sangameshsomawar avatar Dec 22 '22 12:12 sangameshsomawar