0

I have below markup for input textbox

 <ng-form id="LogForm" name="LogForm">
<input type="email" ng-enter="!LogForm.$invalid ? login() : ''" id="emailAddress" name="emailAddress" ng-model="loginForm.emailAddress" ng-pattern="/^[A-Za-z0-9._%+-]+@("@")[A-Za-z0-9.-]+\.[A-Za-z]{2,4}$/" required />
 </ng-form>

I can see chrome saves password for the site, but it does not auto fill them

Any suggestion

Thanks

Md. Parvez Alam
  • 4,326
  • 5
  • 48
  • 108
  • Possible duplicate of [Angularjs Chrome autocomplete dilemma](https://stackoverflow.com/questions/21168367/angularjs-chrome-autocomplete-dilemma) – Brian Aug 05 '17 at 10:47
  • that is autocomplete, but my question related to autofil from saved password – Md. Parvez Alam Aug 05 '17 at 11:52

0 Answers0