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

Remove content autofocus causing initialFocus prop to be ignored

Open qualitymanifest opened this issue 2 years ago • 4 comments

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.

qualitymanifest avatar Apr 15 '22 19:04 qualitymanifest

Is there a reason this hasn't been merged, @ismailnural ?

NicholasBoccuzzi avatar May 25 '22 17:05 NicholasBoccuzzi

Also waiting for this to be merged!

waynedunkley avatar Jun 24 '22 03:06 waynedunkley

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

ismailnural avatar Jun 24 '22 07:06 ismailnural

Waiting for this to be merged.

renanelias avatar Jul 08 '22 19:07 renanelias

Any chance this could get merged in and released?

stevewillard avatar Dec 21 '22 09:12 stevewillard

1.8.9 fix autofocus to initialFocus

stulip avatar Apr 03 '23 09:04 stulip