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.

1499 questions
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,999
  • 1
  • 20
  • 30
14
votes
4 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,351
  • 5
  • 36
  • 37
14
votes
4 answers

how to remove password suggestion Chrome

When I am trying to change password in Chrome, there is always a dropdown list with "Use password for:" options. Is it possible to remove it? I have tried autocomplete="off" and autocomplete="false" but without success.
fishera
  • 789
  • 2
  • 7
  • 26
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