Can anyone help me create a phone number input field with a country code included? I've tried a few methods but haven't had much success. Here is the code I've been working with:
<div class="form-group ">
<input class="form-control form-control-sm" placeholder="@localizer["MobilePhone"]" id="inpMobilePhone" name="MobilePhone" required />
@*<label asp-for="ERPId" class="control-label col-form-label-sm">@localizer["ERPId"]</label>*@
@*<input asp-for="ERPId" class="form-control form-control-sm" />*@
@*<span asp-validation-for="ERPId" class="text-danger"></span>*@
</div>