Page 1 of 1

How to disable autocomplete on an input element

Posted: Mon May 01, 2017 9:46 pm
by Frank7390035

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


How to disable autocomplete on an input element

Posted: Wed May 03, 2017 5:25 pm
by Serhii Kulibaba

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


How to disable autocomplete on an input element

Posted: Wed May 03, 2017 11:01 pm
by Frank7390035

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


How to disable autocomplete on an input element

Posted: Thu May 04, 2017 1:46 am
by Frank7390035

I have resolved this by adding

autosuggest

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

off

Thanks,
Frank


How to disable autocomplete on an input element

Posted: Thu May 04, 2017 6:10 am
by Evgene Karachevtsev

Hello Frank,

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