@lion/field
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.1.15](https://github.com/ing-bank/lion/compare/@lion/field@0.1.14...@lion/field@0.1.15) (2019-05-29) | ||
### Bug Fixes | ||
* **field:** fix form registration in Edge ([7e1a7ef](https://github.com/ing-bank/lion/commit/7e1a7ef)) | ||
## [0.1.14](https://github.com/ing-bank/lion/compare/@lion/field@0.1.13...@lion/field@0.1.14) (2019-05-29) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@lion/field", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "Fields are the most fundamental building block of the Form System", | ||
@@ -44,3 +44,3 @@ "author": "ing-bank", | ||
}, | ||
"gitHead": "98c74445690cb5d0509ba708b08e3c533ce5fa35" | ||
"gitHead": "01d0cde6466a23f4ebae8dbff3791eb7897eeba8" | ||
} |
@@ -148,3 +148,3 @@ import { html, css, nothing, dedupeMixin } from '@lion/core'; | ||
_registerFormElement() { | ||
requestAnimationFrame(() => { | ||
this.updateComplete.then(() => { | ||
this.dispatchEvent( | ||
@@ -168,3 +168,3 @@ new CustomEvent('form-element-register', { | ||
_requestParentFormGroupUpdateOfResetModelValue() { | ||
requestAnimationFrame(() => { | ||
this.updateComplete.then(() => { | ||
if (this.__parentFormGroup) { | ||
@@ -171,0 +171,0 @@ this.__parentFormGroup._updateResetModelValue(); |
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
167299