jobandtalent / AnimatedTextInput

Animated UITextField and UITextView replacement for iOS
MIT License
760 stars 128 forks source link

After backspace, the letter after capital letter makes keyboard uppercase #96

Closed laurenswuyts closed 6 years ago

laurenswuyts commented 6 years ago
screen shot 2018-01-17 at 14 45 38

Every time when you delete the previous letters and you stop at the first letter which is an uppercase letter than the keyboard goes all uppercase while it is the 2nd letter ..

Kirow commented 6 years ago

@laurenswuyts , I also see this issue. Need to Input 3 letters, and then delete two. However I don't have such issue in my fork. Guess this is related to #90.

You may try to use my fork, or make changes from #90 to your code.

victorBaro commented 6 years ago

Hello @laurenswuyts I think @Kirow is right. I am sorry I haven't had time to take a look at #90 yet. Will do very soon. Thank you @kirow for your help.

laurenswuyts commented 6 years ago

bump

victorBaro commented 6 years ago

Thank you for the bum @laurenswuyts , I am reviewing PRs now and will submit a new version today.

victorBaro commented 6 years ago

This issue is fixed in 0.5.3 Pushing it now.