RadzenPassword AutoComplete="false"

It seems that current browsers ignore AutoComplete="false". This means they will automatically fill in data that has been saved in previous uses of the page.

In html it seems that for fields of type password the expected value for autocomplete is now "new-password".

Perhaps for RadzenPassword you could translate AutoComplete="false" to autocomplete="new-password"?

Thanks! It will be fixed in the next update.

1 Like