Matt Simoncavage
Posts: 0
Joined: Thu Jun 04, 2015 7:10 pm

Ionic input - turn off autocomplete / autocapitalization

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.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Ionic input - turn off autocomplete / autocapitalization

Hello Matt,

Please set an attribute
autocomplete="off"

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

Return to “Issues”