Is there a way to change the display of a text input with JS?
for example: I input in a text field input: "help please"
and i want it do be displayed directly as it is typed (within the text input as: "help ******"
So just the second word will be changed to "*****", but it has to keep its value when submitted