Looking for a solution to not save passwords on my website, I initially tried using autocomplete = 'off' and autocomplete="new-password", but neither worked. Now, I have decided to implement input masking. Can you provide guidance on how to change each character entered into a text field to display as a password masked with * character?