I have the following field:
<input type="number" name="teste_senha">
I need that, when typing some content, this content is replaced by *****, without losing its original content, and can be stored in a hidden field.
How do I get to this result?