multiselect-react-dropdown
Advanced tools
Comparing version 1.2.4 to 1.2.6
{ | ||
"name": "multiselect-react-dropdown", | ||
"version": "1.2.4", | ||
"version": "1.2.6", | ||
"description": "React multiselect dropdown component with search and various features", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -36,3 +36,3 @@ # REACT MULTISELECT DROPDOWN | ||
onRemove={this.onRemove} // Function will trigger on remove event | ||
displayValue="name" // Property name to display in the dropdown | ||
displayValue="name" // Property name to display in the dropdown options | ||
/> | ||
@@ -77,3 +77,3 @@ | ||
{ | ||
multiselectConatiner: { // To change css for multiselect (Width,height,etc..) | ||
multiselectContainer: { // To change css for multiselect (Width,height,etc..) | ||
.... | ||
@@ -80,0 +80,0 @@ }, |
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
324846
31
810