0.0.4 • Published 11 months ago

@eric-ds/vue-effective-autocomplete-off v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

How to use this package

inside your setup file e.g. main.js

import VueAutocompleteOff from 'vue-disable-autocomplete';

Vue.use(VueAutocompleteOff);

inside your HTML file or Vue component

You must add autocomplete="browser-off" property to the input component

Using autocomplete="off" would lock some testing tools so this utility looks for a different value