Hello guys
I know that is probably a stupid question but i had to be sure after all.
Can i add an input of type password in a prompt box?
prompt box is a one of javascript’s Popup boxes.(Alert,Confirm and Prompt)
Hello guys I know that is probably a stupid question but i had to
Share
No, you can’t.
The popup is browser controlled and can’t be changed.
As the documentation shows, you can only supply a message and default text.
You can use javascript to create your own overlay that simulates a prompt popup.
See the jQuery UI Dialog for ideas and examples.