You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to show the country placeholder example using matInput from angular material, but not works. I enabled autoPlaceholder = aggressive: <input matInput type="text" ng2TelInput [ng2TelInputOptions]=" {'onlyCountries': ['pe', 'br'], 'separateDialCode': true, 'autoPlaceholder': 'aggressive'}" formControlName="tel" (hasError)="hasError($event)" (ng2TelOutput)="getNumber($event)" (intlTelInputObject)="telInputObject($event)" (countryChange)="onCountryChange($event)" >
The text was updated successfully, but these errors were encountered:
I'm trying to show the country placeholder example using matInput from angular material, but not works. I enabled autoPlaceholder = aggressive:
<input matInput type="text" ng2TelInput [ng2TelInputOptions]=" {'onlyCountries': ['pe', 'br'], 'separateDialCode': true, 'autoPlaceholder': 'aggressive'}" formControlName="tel" (hasError)="hasError($event)" (ng2TelOutput)="getNumber($event)" (intlTelInputObject)="telInputObject($event)" (countryChange)="onCountryChange($event)" >
The text was updated successfully, but these errors were encountered: