2.0.1 • Published 4 years ago

vue-tab-complete-input v2.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

<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

Demo and docs

Installing

The package is available from npm as vue-tab-complete-input. To install, simply run

npm install vue-tab-complete-input

Or if you use yarn

yarn add vue-tab-complete-input

Build Setup (for contributors)

# install dependencies
yarn install

# serves the docs / development environment
yarn dev 

# serves the docs / development environment with the vercel dev environment
yarn dev:vercel

# run test suite
yarn test 

# run linter 
yarn lint

# Build site
yarn build

# build lib for production with minification
yarn build:lib
2.0.1

4 years ago

2.0.0

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

5 years ago

1.0.16

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9-b

6 years ago

1.0.9-a

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0-beta

7 years ago