Bad value false for attribute autocomplete on element input: The string false is not a valid autofill field name. code example
Example: how to make html input not autofill
<input type="text" autocomplete="off" />
<input type="text" autocomplete="off" />