rc-select
Advanced tools
Comparing version 14.8.0 to 14.8.1
@@ -51,3 +51,3 @@ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2"; | ||
'aria-label': 'Search', | ||
'aria-expanded': open, | ||
'aria-expanded': open || false, | ||
'aria-haspopup': 'listbox', | ||
@@ -54,0 +54,0 @@ 'aria-owns': "".concat(id, "_list"), |
@@ -61,3 +61,3 @@ "use strict"; | ||
'aria-label': 'Search', | ||
'aria-expanded': open, | ||
'aria-expanded': open || false, | ||
'aria-haspopup': 'listbox', | ||
@@ -64,0 +64,0 @@ 'aria-owns': "".concat(id, "_list"), |
{ | ||
"name": "rc-select", | ||
"version": "14.8.0", | ||
"version": "14.8.1", | ||
"description": "React Select", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
329633