Jaxel
Well-known member
I'm having a problem with form fields in the admin CP options section.
I'm trying to make a field, with hidden values. In XenForo 1, I was using
However, in XenForo 2, using the same format parameter interferes with chrome's built in auto-complete password system. In other words, chrome keeps changing the text in the field.
How do I fix this?
I have tried setting
I'm trying to make a field, with hidden values. In XenForo 1, I was using
type=password
as a format parameter. This worked quite well.However, in XenForo 2, using the same format parameter interferes with chrome's built in auto-complete password system. In other words, chrome keeps changing the text in the field.
How do I fix this?
I have tried setting
autocomplete=off
as a format parameter; but that doesn't do anything.