-
-
Notifications
You must be signed in to change notification settings - Fork 6
Two way binding of phone number is one way only #9
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request