https://i.sstatic.net/zk26B.png
<div class="form-group">
<label for="AppName">Application Name</label>
<input type="text" class="form-control" name="AppName" id="AppName" tabindex="1" #aName="ngModel" [(ngModel)]="application.AppName" required maxlength="50" />
</div>
Q: The HTML code above displays some lines to the left of the input text box when viewed in Internet Explorer. This issue only seems to occur on certain machines running IE, while others do not experience the problem. Any suggestions on resolving this bootstrap-related issue?