I remember seeing a way to have an such that the browser will not prompt the user to save the password. But I
I solved in another way. You can try this.
#another way
// you need to add attribute autocomplete="off" or you can add class .auto-complete-off into the input box and enjoy
Example:
OR