Expected behavior
The end user should be able to change an existing phone number.
Two way binding of the intl-tel-input should accept input.
Actual behavior
When I pass an existing value into the component like this: [(E164PhoneNumber)]="data.mobile", the value is never set in the field.
Steps to reproduce
TS:
data = {mobile: '+41791234567'};
HTML:
<intl-tel-input name="mobile" [(E164PhoneNumber)]="data.mobile" required></intl-tel-input>
intl-tel-input-ng version
0.0.7 & 0.1.0
Expected behavior
The end user should be able to change an existing phone number.
Two way binding of the
intl-tel-inputshould accept input.Actual behavior
When I pass an existing value into the component like this:
[(E164PhoneNumber)]="data.mobile", the value is never set in the field.Steps to reproduce
TS:
data = {mobile: '+41791234567'};HTML:
<intl-tel-input name="mobile" [(E164PhoneNumber)]="data.mobile" required></intl-tel-input>intl-tel-input-ng version
0.0.7 & 0.1.0