react-native-rich-editor
react-native-rich-editor copied to clipboard
onBlur not being called
I have the RichEditor inside of a ScrollView. I noticed by setting onBlur={() => console.log('blur')}
that it was not being called.
I solved this by enclosing the editor in a TouchableWithoutFeedback, and setting its onPres to () => this.richText.current?.blurContentEditor()
Reopening as above solution crashes on Android. See #124
I got same issue
Any updates on this? I'm having the same issue.
I got same issue 😔
I have the same problem