<table style="width: 100%; align-items: center" border="1"><tbody> <tr ng-repeat="accounthead in accountheadconfiggrid"> <td> accounthead.otheData</td> <td>
<input type="text" id="answerInput" data-ng-model="accounthead.CityCode" list="comicstitle" autocomplete="on" ng-autocomplete="accounthead">
<datalist id="comicstitle"> <option ng-repeat="accounthead in accountheadconfiggrid" value="accounthead.CityCode">{{accounthead.Cityname}}</option> </datalist></td></table>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)