Recently my edit forms for jqgrid have not been having the nice autofill functionality that is common to Google Chrome and Firefox. I found that the jqGrid edit forms are being rendered with each <input>
having this property:
autocomplete="off"
In JqGrid what do I have to do in my grid definition to remove this property or set it to autocomplete="on"
?
I do not see anything about it in the ColModel definition or the edit form options. Any help here would be really great!
Thanks!