Top "Autofill" questions

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

Autofill populating wrong fields

I have a site with a checkout page that has always worked beautifully. Recently, any customer that uses autofill to …

forms autofill
Disabling Android O auto-fill service for an application

Android O has the feature to support Auto-filling for fields. Is there any way I can disable it for a …

android textview autofill android-8.0-oreo android-autofill-manager
Two DIVs inside DIV. How to auto-fill the space of parent DIV by second DIV?

Please visit this fiddle to see what I mean - I have a parent DIV, within that there are two …

css html height autofill
Browser Autofill and Javascript triggered events

One of our users just brought up the fact that their browsers Autofill doesn't cause JS onChange events to fire; …

javascript autofill
How can I prevent Firefox's Autocomplete?

There's several section of our site where the user needs to enter some information, and Firefox's auto fill takes over …

firefox input autofill
Form field names used by personal data auto-fill in browsers (Safari, Opera)

I'm looking for complete list of form field names (<input name="…">) that are recognized by auto-fill functions in …

html forms autofill
Docking/Filling in WPF

This seems like such a simple question, but I have been trying for an hour and can't seem to figure …

wpf dock fill autofill
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 …

reactjs google-chrome autofill
Turn autocomplete off with rails form_tag

I'm trying to turn autocomplete off in one of my rails forms. Here's what I've tried so far: # add it …

ruby-on-rails forms autocomplete autofill
Is it possible for a UIWebView to save and autofill previously entered form values (e.g., username & password)?

I'm building an iPhone app that is just a UIWebView of an existing mobile site that has a form-based login. …

iphone forms uiwebview autofill