-2

I have an input with type=password which I want to show stars like an input with type=text.

<input type="password" name=""/>

My purpose is to click on the input box when calling the input password when the keyboard, using a lot of methods can not be achieved, so I would like to try this way.

lucus
  • 11

1 Answers1

0

Prepare CSS for showing Password stars like normal stars. look into this given reference CSS script .i think it will help.

anji muvva
  • 19
  • 2