react-native-rich-editor
react-native-rich-editor copied to clipboard
Remove content autofocus causing initialFocus prop to be ignored
Fixes #238
If the user wants the editor to autofocus, they can just provide initialFocus={true}
.
Side note - I think there is a separate bug with initialFocus={true}
. When I tested that out, occasionally my editor would automatically get blurred, even though I am not calling blurContentEditor()
anywhere. It does seem to work most of the time though, and now after this PR, initialFocus={false}
works as it should.
Is there a reason this hasn't been merged, @ismailnural ?
Also waiting for this to be merged!
I dunno, I just approved the pr and I'm also still waiting to merge it. 😒 I think no one working on this project anymore. Who knows better alternative for react-native-rich-editor
Waiting for this to be merged.
Any chance this could get merged in and released?
1.8.9
fix autofocus to initialFocus