multiselect-react-dropdown
Advanced tools
Comparing version 1.6.3 to 1.6.4
{ | ||
"name": "multiselect-react-dropdown", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "React multiselect dropdown component with search and various features", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -234,3 +234,3 @@ import React from "react"; | ||
let { selectedValues, index = 0, isObject } = this.state; | ||
const { onRemove, showCheckbox } = this.props; | ||
const { onRemove, showCheckbox, displayValue } = this.props; | ||
if (isObject) { | ||
@@ -237,0 +237,0 @@ index = selectedValues.findIndex( |
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
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
305416