@anypoint-web-components/anypoint-input
Advanced tools
Comparing version 0.2.27 to 0.2.28
{ | ||
"name": "@anypoint-web-components/anypoint-input", | ||
"description": "Accessible text input styled for Anypoint platform", | ||
"version": "0.2.27", | ||
"version": "0.2.28", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -1,3 +0,7 @@ | ||
# anypoint-input and anypoint-textarea | ||
# Deprecated | ||
This component has been moved to `anypoint-web-components/awc`. | ||
----- | ||
This component is based on Material Design text field and adjusted for Anypoint platform components. | ||
@@ -4,0 +8,0 @@ |
@@ -86,3 +86,3 @@ import { ControlStateMixin } from '@anypoint-web-components/anypoint-control-mixins'; | ||
/* istanbul ignore else */ | ||
if (this._internals) { | ||
if (this._internals && this._internals.setFormValue) { | ||
this._internals.setFormValue(value); | ||
@@ -519,3 +519,3 @@ } | ||
this._getValidity(this.value) && | ||
((this._internals && this._internals.checkValidity()) || true) | ||
((this._internals && this._internals.checkValidity && this._internals.checkValidity()) || true) | ||
); | ||
@@ -522,0 +522,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
122873
194