vue-disable-autocomplete

0.0.4 • Public • Published

Why?

This plugin solves the problem that chrome (or any other browser) doesn't support the autocomplete attribute anymore. It simply ignores the attribute, which is why i created this plugin.

How to use

import DisableAutocomplete from 'vue-disable-autocomplete';

Vue.use(DisableAutocomplete);

HTML attribute

You should add this attribute autocomplete="off" to the HTML input elements you want to disable autocomplete. For example:

<input type="email" name="email" autocomplete="off">

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    2,369
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    2,369
  • 0.0.3
    3
  • 0.0.2
    2
  • 0.0.1
    5

Package Sidebar

Install

npm i vue-disable-autocomplete

Weekly Downloads

896

Version

0.0.4

License

none

Last publish

Collaborators

  • pimvdmolen