Satpal Tanan
Satpal Tanan
Hi Jared, Any update regarding this?
Hi @ankurgupta-srit , this looks like you have not imported the `NgxMatIntlTelInputModule` in any module. ` import {NgxMatIntlTelInputModule} from 'ngx-mat-intl-tel-input'; ` `@NgModule({` `imports: [NgxMatIntlTelInputModule]` `})` `export class AppModule { }`
Hi @ankurgupta-srit does the above comment helped in resolving the issue?
Hi @mshubhamtyagi @Coder-Himanshu can you share the usage code of how you are using this? I have not encountered this error in my code.
I can't seem to understand what the error is. As far as I can see the dropdown position seems right and all the countries are accessible to the user. You...
Currently there is no way to set the placeholder as it would conflict with the country selector.
the button should be part of the tabIndex as it is an interactive item. If we remove this form the tab lists, then we will have to use the mouse...
Hi @nicuvlad7 @lashisu can you create a stackblitz or share the complete code for this component, so that I could replicate this. It would help a lot to fix your...
@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...
Hi @sandra023 , I will check the proposed solution and will fix as soon as possible. Currently, a little busy with my current project release process. In the meantime, if...