When I type in an input box, my chrome browser automatically provides suggestions based on whatever I typed in this input box before. How can I disable the browser suggestion?
this is the HTML code:
<input type="text" class="form-control" name="firstName" formControlName="addUserFirstName" tabindex="2" autocomplete="off" />