@anypoint-web-components/anypoint-input
Advanced tools
Comparing version 0.2.26 to 0.2.27
{ | ||
"name": "@anypoint-web-components/anypoint-input", | ||
"description": "Accessible text input styled for Anypoint platform", | ||
"version": "0.2.26", | ||
"version": "0.2.27", | ||
"license": "Apache-2.0", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"@advanced-rest-client/arc-icons": "^3.3.3", | ||
"@anypoint-web-components/anypoint-button": "^1.2.1", | ||
"@anypoint-web-components/anypoint-button": "^1.2.2", | ||
"@anypoint-web-components/anypoint-control-mixins": "^1.2.0", | ||
@@ -52,10 +52,10 @@ "@anypoint-web-components/validatable-mixin": "^1.1.3", | ||
"@polymer/paper-tabs": "^3.1.0", | ||
"@web/dev-server": "^0.1.18", | ||
"@web/test-runner": "^0.13.13", | ||
"@web/test-runner-playwright": "^0.8.6", | ||
"eslint": "^7.30.0", | ||
"@web/dev-server": "^0.1.21", | ||
"@web/test-runner": "^0.13.16", | ||
"@web/test-runner-playwright": "^0.8.7", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"husky": "^6.0.0", | ||
"lint-staged": "^11.0.0", | ||
"sinon": "^11.1.1", | ||
"husky": "^7.0.1", | ||
"lint-staged": "^11.1.2", | ||
"sinon": "^11.1.2", | ||
"typescript": "^4.3.5", | ||
@@ -62,0 +62,0 @@ "typescript-lit-html-plugin": "^0.9.0" |
@@ -560,2 +560,5 @@ import { ControlStateMixin } from '@anypoint-web-components/anypoint-control-mixins'; | ||
const { type, inputElement } = this; | ||
if (!inputElement) { | ||
return; | ||
} | ||
inputElement.focus(); | ||
@@ -562,0 +565,0 @@ const { value } = inputElement; |
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
122762
3329