Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to disable auto-capitalization of email type on iOS devices

Tags:

nativescript

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?

like image 752
Meysam Mahmoodi Avatar asked Oct 25 '25 02:10

Meysam Mahmoodi


1 Answers

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>
like image 112
Meysam Mahmoodi Avatar answered Oct 26 '25 23:10

Meysam Mahmoodi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!