Skyscanner / SkyFloatingLabelTextField

A beautiful and flexible text field control implementation of "Float Label Pattern". Written in Swift.
Apache License 2.0
4.09k stars 542 forks source link

First letter of Text Field (First name, email etc) input is by default uppercase #225

Closed mhNirob closed 6 years ago

mhNirob commented 6 years ago

Hello,

When I write anything in the text field, first character automatically set to uppercase. If I type "nirob", it shows "Nirob". I want the text exactly as I input. No default first letter capitalized. How can I do this?

Thanks.

k0nserv commented 6 years ago

Hey @mhNirob, SkyFloatingLabelTextField inherits from UITextField so you can just set autocapitalizationType to whatever you need