IOS password fully Password Mask

Hi All ,

Any ideia to fully mask password field , i am using a type password with number pattern and it’s fine but shows the number when you type any advice or directive that can help. i don’t want to override my onlynumbers directive or add fake inputs.

Thanks

<input type="password" pattern="[0-9]*" inputmode="numeric">

Worked when i ran on the simulator