Chrome Autocomplete - Remove background style when record saved

147 views Asked by At

Is it possible to force Chrome to remove the autocomplete background style for a text input once the record has been saved?

<input type="text" id="fltrName" class="form-control" ng-model="calEvtFilter.name" />

When a user types an entry that has previously been used then saves the record the autocomplete style remains. The only way I can remove the style at the moment is to reset the form then populate the angularJS model with the data again?

1

There are 1 answers

1
Rajender Kumar On

Hi you can remove the autofill settings from your Chrome Setting

Go to Chrome Settings -> Click on Show Advanced Setting

Uncheck Enable Autofill to fill out web forms in a single click under Passwords and Forms

Close the chrome and open again