I'd like to disable auto-capitalization of email type on iOS devices. this is my field:
<TextField hint="Email" class="input input-border" keyboardType="email"></TextField>
First character will be capitalized when I fill it and i want to prevent auto-capitalization.
any idea?
i found it. just adding autocapitalizationType property to it. finally it will be like this:
<TextField autocapitalizationType="none" autocorrect="false" hint="Email" class="input input-border" keyboardType="email"></TextField>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With