select2-component
Advanced tools
Comparing version 5.10.3 to 5.10.4
@@ -438,3 +438,3 @@ import { __values } from "tslib"; | ||
return "select2 select2-container select2-container--default " + (disabled ? 'select2-container--disabled' : '') + " " | ||
+ ((isOpen ? 'select2-container--open' : '') + " select2-container--below select2-container--focus"); | ||
+ ((isOpen ? 'select2-container--open select2-container--focus' : '') + " select2-container--below"); | ||
} | ||
@@ -441,0 +441,0 @@ export function getSelectionStyle(multiple) { |
{ | ||
"name": "select2-component", | ||
"version": "5.10.3", | ||
"version": "5.10.4", | ||
"description": "A vuejs and reactjs select component core.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
51880
6