multiselect-react-dropdown
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "multiselect-react-dropdown", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "React multiselect dropdown", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -307,3 +307,3 @@ import React, { Component } from "react"; | ||
isDisablePreSelectedValues(value) { | ||
const { isObject, disablePreSelectedValues } = this.props; | ||
const { isObject, disablePreSelectedValues, displayValue } = this.props; | ||
const { preSelectedValues } = this.state; | ||
@@ -329,3 +329,3 @@ if (!disablePreSelectedValues || !preSelectedValues.length) { | ||
if (selectionLimit !== selectedValues.length) { | ||
if (selectionLimit != selectedValues.length) { | ||
return false; | ||
@@ -332,0 +332,0 @@ } |
Sorry, the diff of this file is too big to display
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
436201
2143