ng2-tag-input
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -12,2 +12,4 @@ import { EventEmitter, Renderer } from '@angular/core'; | ||
validators: ValidatorFn[]; | ||
inputId: string; | ||
inputClass: string; | ||
input: any; | ||
@@ -14,0 +16,0 @@ form: FormGroup; |
@@ -24,2 +24,4 @@ import { ElementRef, EventEmitter, Renderer, OnInit } from '@angular/core'; | ||
private onTextChangeDebounce; | ||
private inputId; | ||
private inputClass; | ||
onAdd: EventEmitter<string>; | ||
@@ -26,0 +28,0 @@ onRemove: EventEmitter<string>; |
{ | ||
"name": "ng2-tag-input", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Tag Input component for Angular 2", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -7,3 +7,3 @@ # Angular2 Tag Input [![Build Status](https://travis-ci.org/Gbuomprisco/ng2-tag-input.svg?branch=develop)](https://travis-ci.org/Gbuomprisco/ng2-tag-input) | ||
Check out the live demo (with source code) here [http://www.webpackbin.com/VyLKAtssb](http://www.webpackbin.com/VyLKAtssb). | ||
Check out the live demo (with source code) here [http://www.webpackbin.com/NJy38G8kM](http://www.webpackbin.com/NJy38G8kM). | ||
@@ -74,4 +74,5 @@ ## Quick start. Install the component from NPM by running: | ||
- **`showDropdownIfEmpty`** - [**`?boolean`**] - if true, the dropdown of the autocomplete will be shown as soon as the user focuses on the form | ||
- **`onTextChangeDebounce`** - [**`?number`**] - number of ms for debouncing the `onTextChange` event | ||
- **`inputId`** - [**`?string`**] - custom ID assigned to the input | ||
- **`inputClass`** - [**`?string`**] - custom class assigned to the input | ||
@@ -263,2 +264,2 @@ #### Outputs | ||
<tag-input [(ngModel)]='items' theme='dark'></tag-input> | ||
``` | ||
``` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
258339
44
2895
263