Skip to content

Disable Chrome's autofill. Handy for CRUD forms, when you don't want username/password inputs to be autofilled by the browser.

Notifications You must be signed in to change notification settings

openix/jquery.disable-autofill

This branch is 2 commits ahead of biesbjerg/jquery.disable-autofill:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b8e1d44 · May 4, 2019

History

7 Commits
May 4, 2019
May 4, 2019

Repository files navigation

jquery.disable-autofill

Disable Chrome's autofill. Handy for CRUD forms, when you don't want username/password inputs to be autofilled by the browser.

Usage:

<form>
  <input type="input" name="username" autocomplete="off">
  <input type="password" name="password" autocomplete="off">
</form>

<script src="jquery.disable-autofill.js"></script>
<script>
  $('input[autocomplete="off"]').disableAutofill();
</script>

About

Disable Chrome's autofill. Handy for CRUD forms, when you don't want username/password inputs to be autofilled by the browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%