clay-autocomplete
Advanced tools
Comparing version 2.16.1 to 2.16.2
@@ -419,2 +419,13 @@ 'use strict'; | ||
case 'ArrowUp': | ||
event.preventDefault(); | ||
this._setFocusItem(true); | ||
break; | ||
case 'ArrowDown': | ||
event.preventDefault(); | ||
event.stopPropagation(); | ||
this._setFocusItem(false); | ||
break; | ||
case 'Tab': | ||
@@ -421,0 +432,0 @@ if (this.inputFocused && this.filteredItems && this.filteredItems.length > 0) { |
{ | ||
"name": "clay-autocomplete", | ||
"version": "2.16.1", | ||
"version": "2.16.2", | ||
"description": "Metal ClayAutocomplete component", | ||
@@ -31,5 +31,5 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"clay-data-provider": "^2.16.1", | ||
"clay-loading-indicator": "^2.16.1", | ||
"clay-portal": "^2.16.1", | ||
"clay-data-provider": "^2.16.2", | ||
"clay-loading-indicator": "^2.16.2", | ||
"clay-portal": "^2.16.2", | ||
"metal": "^2.16.0", | ||
@@ -49,8 +49,8 @@ "metal-component": "^2.16.0", | ||
"babel-preset-env": "^1.6.0", | ||
"browserslist-config-clay": "^2.16.1", | ||
"clay-css": "^2.16.1", | ||
"browserslist-config-clay": "^2.16.2", | ||
"clay-css": "^2.16.2", | ||
"metal-dom": "^2.13.2", | ||
"metal-tools-soy": "^4.3.2", | ||
"webpack": "^3.0.0", | ||
"webpack-config-clay": "^2.16.1" | ||
"webpack-config-clay": "^2.16.2" | ||
}, | ||
@@ -60,3 +60,3 @@ "browserslist": [ | ||
], | ||
"gitHead": "d5b84cb7fcab414e0e3c7cc5927cb34171cd1266" | ||
"gitHead": "28806caf1dde42baf055ae40d6a213912ad17a5d" | ||
} |
@@ -338,2 +338,13 @@ import 'clay-data-provider'; | ||
case 'ArrowUp': | ||
event.preventDefault(); | ||
this._setFocusItem(true); | ||
break; | ||
case 'ArrowDown': | ||
event.preventDefault(); | ||
event.stopPropagation(); | ||
this._setFocusItem(false); | ||
break; | ||
case 'Tab': | ||
@@ -340,0 +351,0 @@ if ( |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
248535
3099
0
Updatedclay-data-provider@^2.16.2
Updatedclay-portal@^2.16.2