My Problem
I must have turned on google to autofill for a login on my site, however it is trying to now autofill that login data whenever I want to edit
I handle this problem with some simple js
// autocomplete $('input.autocomplete-off').click(function () { $(this).removeAttr('readonly'); });