rc-select
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -381,2 +381,5 @@ 'use strict'; | ||
var props = this.props; | ||
if (props.disabled) { | ||
return; | ||
} | ||
var value = this.state.value.filter(function (v) { | ||
@@ -383,0 +386,0 @@ return v !== selectedValue; |
{ | ||
"name": "rc-select", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "select ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
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
42444
1013