Struggling to design a unique mobile input box that separates the mobile number and country code with a divider. Need some assistance in creating this custom input field.
Design
https://i.sstatic.net/M0Wvs.png
Current Implementation
<div class="col-md-6">
<p>Mobile</p>
<div class="form-group mt-2">
<input type="text" class="form-control" id="ec-mobile-number" aria-describedby="emailHelp"
placeholder="91257888" />
</div>
</div>
Any kind soul out there who can lend a hand? Your help would be greatly appreciated!