imnapo / react-native-cn-quill

Quill rich-text editor for react-native
MIT License
185 stars 72 forks source link

onBlur doesn't work #129

Open GrigoriyPol opened 8 months ago

GrigoriyPol commented 8 months ago

I want to dismiss keyboard when user loses focus (scroll or tap outside of the editor area) but it doesn't work. Also I couldn't find how to use focus and blur methods to do it manually.

BeenishHanif commented 2 weeks ago

hey have u found out any way to achieve this?