Autocomplete off, not working on cms:PasswordStrength and cms:EmailInput controls

asked on July 8, 2021 16:51

I just cant seem to disable autocomplete on these two controls, should not be that hard, setting AutoComplete or EnableAutoComplete to false just won't do it.

<cms:PasswordStrength runat="server" ID="txtPass" ShowValidationOnNewLine="true" AllowEmpty="true" AutoComplete="false" />

<cms:EmailInput ID="txtEmail" runat="server" AutoComplete="false"/>

   Please, sign in to be able to submit a new answer.