tab-complete-input
This is a tab completable <input>
component for Vue.js. It supports fetching data from a fixed array and dynamically via a method and optional formatting of the tabbed words via a method.
The source code is essentially a port of the tab-complete npm package to a vue friendly format, meaning it's a single vue module and removes the jQuery dependency.
New to 2.0 -- the library is now written for Vue 3
Installing
The package is available from npm as vue-tab-complete-input. To install, simply run
Or if you use yarn