Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Jun 22, 2020
1 parent c0e9406 commit 696d543
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/vaadin-number-field.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,14 @@

return super.checkValidity();
}

// Workaround for https://github.com/Polymer/polymer/issues/5259
_getProperty(property) {
return this.__data ? this.__data[property] : undefined;
}



}

window.customElements.define(NumberFieldElement.is, NumberFieldElement);
Expand Down

0 comments on commit 696d543

Please sign in to comment.