wix-incubator / react-native-autogrow-textinput

MIT License
543 stars 129 forks source link

Possible uppercase bug? #47

Open brunolemos opened 6 years ago

brunolemos commented 6 years ago

A few ios users are complaining that the letter I is turning into uppercase automatically, does anyone have any idea why? And one other told that all words were doing this all of a suden, even though the keyboard capital letters is disabled.

It may be related to this package because the app has many fields and all users that complained mentioned the only exact field that uses auto grow.

brunolemos commented 6 years ago

Or this: https://github.com/facebook/react-native/issues/19389

Balasnest commented 6 years ago

@brunolemos I am facing same issue exactly. Did you found the solution ?

brunolemos commented 6 years ago

@balasnest no

superandrew213 commented 6 years ago

https://github.com/facebook/react-native/issues/20908

Can confirm that all words get capitalised too if there is an emoji in the text.

DavitVosk commented 5 years ago

@brunolemos, @superandrew213 did you find any solution for this bug?

superandrew213 commented 5 years ago

Yeah, should have been merged in RN0.58 or 0.59.

If you can't upgrade you can use my patch: https://github.com/facebook/react-native/issues/21243#issuecomment-432434118

It's for RN0.56, but you can adjust it for different RN versions if you need to.

I think we can close this.