New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

better-vue-input-tag

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-vue-input-tag

Vue.js input tag editor component

  • 1.1.0
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

vue-input-tag

A Better Vue.js 2.0 input tag component inspired in react-tagsinput, an improved version of vue-input-tag

Build Status Version License

Logo

Installation

npm install better-vue-input-tag --save

and in your component:

import BetterInputTag from 'better-vue-input-tag'

Usage

<better-input-tag :on-change="callbackMethod" :tags="tagsArray"></better-input-tag>

Props

NameTypeDefaultDescription
tagsArray[]Tags to be render in the input
placeholderString""Placeholder to be shown when no tags
on-paste-delimiterString""During pasting, this delimiter is used to create multiple tags
read-onlyBooleanfalseSet input to readonly
on-changeFunctionundefinedCallback to get the tags when there is a change
validateString""Apply certain validator for user input. Choose from email, url, text, digits or isodate
lengthObjectundefinedSet a minimum and/or maximum length for tags {min: 1, max: 10}

This project was built with generator-vue-component ❤️

Keywords

FAQs

Package last updated on 21 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc