Questions tagged [autofill]

Autofill relates to auto-populating data into user interface forms, etc.

Autofill is an option found in software programs such as Internet browsers that allows the users to quickly fill out common forms, with fields such as their address, e-mail, or credit card information.

For example, in a traditional shipping form you see when ordering something on-line: with Autofill you can select a field in the form, choose data you want to enter, and immediately have all fields filled out.

1255 questions
17
votes
0 answers

Keyboard cannot present view controllers warning

When tapping the "Passwords" button at the top of the keyboard for login/password Autofill, this warning prints to the console log: Keyboard cannot present view controllers (attempted to present
mpatzer
  • 4,571
  • 3
  • 20
  • 30
16
votes
5 answers

Android autofill: dispatchProvideAutofillStructure() not laid out

I have configured my app to support Android Oreo with compileSdkVersion 26. I've also set up android:autofillHints="phone" for my phone number input field. When I tap on the field, I can see "Autofill" popping up. However, when I tap on "Autofill",…
Juuso Ohtonen
  • 6,643
  • 7
  • 54
  • 89
16
votes
1 answer

Autocomplete = "new password" not working and "use password for" dropdown list still shown

I created a login form with input text for username and input of type password for userpass using visual studio 2010. I have the latest chrome Version 59.0.3071.115 (Official Build) (32-bit). Below is my code:
AlessHo
  • 1,021
  • 1
  • 16
  • 35
15
votes
3 answers

Flutter: password autofill

I'm looking for a way to enable the autofill for a password textfield in a login form As a backup solution, I was thinking to save the password in the secure storage, and then, with the biometrics, recovering the same password when a new login is…
Andrea Miotto
  • 4,806
  • 3
  • 30
  • 60
15
votes
6 answers

How to disable Chrome autocomplete feature?

We want to disable autocomplete in Chrome browser in our React JavaScript application. We have tried bunch of solution available on the Internet but nothing worked. autoComplete=off is not reliable and so are other ways. This is really important for…
Shiva Wahi
  • 343
  • 1
  • 2
  • 12
14
votes
3 answers

Which Attributes Does Chrome Autofill Expect?

I was hoping to tie our site in with Chrome's Address Autofill, but I can't find any reference for how it expects the forms to be presented. I'm guessing it's looking for something pretty specific in the name= fields of the forms, but a good…
Alec
  • 141
  • 1
  • 4
14
votes
1 answer

How to turn on emacs auto-fill-mode only for code comments?

I have tried (set (make-local-variable 'comment-auto-fill-only-comments) t) and also (auto-fill-mode 0) Though amazingly, neither of those work after emacs is restarted. I am using eschulte's emacs starter kit Toggling it works fine with M-x…
tobeannounced
  • 1,929
  • 1
  • 20
  • 30
14
votes
3 answers

Prevent chrome from autofilling creditcard info

I have a on my checkout form, and somehow Chrome thinks that this field is a credit card expiration month. Once a user starts typing in his name (into another field), Chrome offers to fill in the CC info but…
jazzcat
  • 4,051
  • 3
  • 30
  • 34
14
votes
3 answers

Add autoFill capabilities to jQuery-UI 1.8.1

here's what I currently have, unfortunately I cannot seem to figure out how to get autoFill to work with jQuery-UI... It used to work with the straight up Autocomplete.js