+ 2
How to change Numbers to XXX Character in reactjs or java script or html or in css
Like debit card entry in website.. I tried input type=password but it shows "..." (dot), how to replace digit into XXX..
7 Réponses
+ 8
if you mean that you want to replace the ••••• hiding a password with XXXXX then the short answer is....you can't by ordinary means
after some research, i stumbled upon this link
https://github.com/Mottie/input-password-bullet
apparently, you can simply create a customized font that replaces the • symbols with whatever character you want, so that is a nice solution
+ 5
@Prashanth
your code enters an infinite loop
you add 'X' char to the element which length is the stop condition....
+ 4
I think I can do with simple Js wailt a min I will start doing it
+ 3
https://code.sololearn.com/WMlh76Nkz0I9/?ref=app
my silly code
+ 2
Thanks burey I will try this.. And I will let u know if I hv any doubts
+ 1
I downloaded the relevant kit but it's not working. Could you please explain me how to do the changes
0
xxx