Fix reset input
When I call the component's .reset() the phone number remains in the field
@Capelinha this seems to work fine for me without the fix. In the test code as well, when I click the reset button, the values get cleared for the entire form, even this component. Can you maybe put up a stackblitz, so that we can verify it again
For me, NgxMatIntlTelInputComponent.reset() works. But when I use Reactive Forms and do a reset() on the FormControl, it will not clear the input field. Is this a known issue?
@hohler @tanansatpal Yes, my problem is related to reactive forms. The .reset() does not clear the field
Any updates on this pull request?
Can't reset my phone input with reactive form..
For me,
NgxMatIntlTelInputComponent.reset()works. But when I use Reactive Forms and do a reset() on the FormControl, it will not clear the input field. Is this a known issue?
Same here. Reactive Forms reset does not reset the tel input.