Hacker News new | ask | show | jobs
by omgwtfbbqhihihi 2276 days ago
A dialog box that prompts for your password. Never seen one?
1 comments

Like <input type="password">? Or something more complex?
That’s a password field. Now just put it in a <dialog>.
What's the problem exactly? I assume you looked into putting that input element inside a dialog element and it didn't work, is that the issue?
dialog is not supported on Firefox and Safari without a polyfill.