Frank7390035
Posts: 0
Joined: Thu Feb 19, 2015 1:37 am

How to disable autocomplete on an input element

Hello,

I am trying to have an input field with the attribute autocomplete = off

e.g.
input type="text" id="cc" name="cc" autocomplete="off"

How do I this in an ionic app?

Thanks for your help,
Frank

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

How to disable autocomplete on an input element

Hello Frank,

Appery.io doesn't have an autocomplete by default. If you use 3rd part library for that - please check it on it's documentation page

Frank7390035
Posts: 0
Joined: Thu Feb 19, 2015 1:37 am

How to disable autocomplete on an input element

Hi Serhil,

I think I didn't ask the question very clearly. What I meant is this:

as you type on your iphone on an input element, right above the default keyboard you will see certain words that are autoggested by the iphone/ios.

Image

I noticed that some app have this annoying autosuggestion disabled. I'd like to do the same and on the internet they suggest to add the attribute "autocomplete=off" to the input element.

How do I that in appery?

Thanks,
Frank

Frank7390035
Posts: 0
Joined: Thu Feb 19, 2015 1:37 am

How to disable autocomplete on an input element

I have resolved this by adding

autosuggest

to the list of properties for the input with the value set to

off

Thanks,
Frank

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How to disable autocomplete on an input element

Hello Frank,

Thank you for the update, glad you get it working.

Return to “Issues”