Page 1 of 1

Ionic input - turn off autocomplete / autocapitalization

Posted: Fri Jul 22, 2016 9:00 pm
by Matt Simoncavage

How can I turn off autocomplete and autocapitalization in an input in my Ionic app. I tried setting it as an email type, which did work. However, I'm using my inputs in both a Login service and a Query service and when I set them as email type it cause both of those services to no longer work.


Ionic input - turn off autocomplete / autocapitalization

Posted: Sat Jul 23, 2016 8:34 am
by Serhii Kulibaba

Hello Matt,

Please set an attribute
autocomplete="off"

for these inputs: https://developer.mozilla.org/en-US/d...


Ionic input - turn off autocomplete / autocapitalization

Posted: Sat Jul 23, 2016 4:22 pm
by Matt Simoncavage

Thanks Sergiy!