Prevent Login Form from Filling in details

I have a login form on my dashboard. However, whenever I go to the login page my username and password is already filled in. Is there a way to prevent the browser from storing and autofilling that information?

I tried turning off autocomplete on the password field …

<input type="password" class="form-control form-control-sm" id="inputPassword" name="inputPassword" aria-describedby="input2_help" value="" autocomplete="off">
Community Page
Last updated: