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

onBlur not being called

Open Andrea-Arguello opened this issue 4 years ago • 6 comments

I have the RichEditor inside of a ScrollView. I noticed by setting onBlur={() => console.log('blur')}that it was not being called.

Andrea-Arguello avatar Jan 07 '21 00:01 Andrea-Arguello

I solved this by enclosing the editor in a TouchableWithoutFeedback, and setting its onPres to () => this.richText.current?.blurContentEditor()

Andrea-Arguello avatar Jan 07 '21 07:01 Andrea-Arguello

Reopening as above solution crashes on Android. See #124

Andrea-Arguello avatar Jan 08 '21 03:01 Andrea-Arguello

I got same issue

franklinatdn avatar Oct 12 '21 09:10 franklinatdn

Any updates on this? I'm having the same issue.

jordan-oos avatar Nov 05 '21 19:11 jordan-oos

I got same issue 😔

blackazaru avatar Nov 23 '21 21:11 blackazaru

I have the same problem

cassiocsantana avatar Nov 10 '23 19:11 cassiocsantana