Having an issue with autocomplete in chrome.
Stack: React, Redux-forms
I turned it off by inserting random values to "autocomplete" input props and it works. But i still get suggests which look like this:
As far as I have been able to find out, this behavior is caused by input`s "name" attribute that Field component of redux-form uses. Chrome seems to memorize values by inputs name.
Does anyone know how to avoid this autofill behavior without using random field names ?