PolymerElements / gold-phone-input

An input element that only allows phone numbers
https://webcomponents.org/element/PolymerElements/gold-phone-input
13 stars 30 forks source link

internationalValue property doesn't work #83

Closed FluorescentHallucinogen closed 6 years ago

FluorescentHallucinogen commented 7 years ago

Looks like internationalValue property doesn't work, it's always empty.

Here is how to reproduce the problem:

<gold-phone-input
  country-code="7"
  value="{{phoneValue}}"
  international-value="{{phoneInternationalValue}}">
</gold-phone-input>

<p>phoneValue: [[phoneValue]]</p>

<p>phoneInternationalValue: [[phoneInternationalValue]]</p>
FluorescentHallucinogen commented 7 years ago

@notwaldorf PTAL.