choices.js
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "choices.js", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "A vanilla JS customisable text input/select box plugin", | ||
@@ -102,3 +102,3 @@ "main": "./public/assets/scripts/choices.min.js", | ||
"deepmerge": "^2.2.1", | ||
"fuse.js": "^3.4.1", | ||
"fuse.js": "^3.4.2", | ||
"redux": "^3.3.1" | ||
@@ -105,0 +105,0 @@ }, |
@@ -592,3 +592,3 @@ # Choices.js ![Build Status](https://travis-ci.org/jshjohnson/Choices.svg?branch=master) [![](https://data.jsdelivr.com/v1/package/npm/choices.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/choices.js) [![npm](https://img.shields.io/npm/v/choices.js.svg)](https://www.npmjs.com/package/choices.js) [![codebeat badge](https://codebeat.co/badges/55120150-5866-42d8-8010-6aaaff5d3fa1)](https://codebeat.co/projects/github-com-jshjohnson-choices-master) | ||
example.passedElement.addEventListener('addItem', function(event) { | ||
example.passedElement.element.addEventListener('addItem', function(event) { | ||
// do something creative here... | ||
@@ -595,0 +595,0 @@ console.log(event.detail.id); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
15386
661418
60
Updatedfuse.js@^3.4.2