Y
Hacker News
new
|
ask
|
show
|
jobs
by
satvikpendem
2276 days ago
Like <input type="password">? Or something more complex?
1 comments
ken
2276 days ago
That’s a password
field
. Now just put it in a <dialog>.
link
satvikpendem
2276 days ago
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?
link
redis_mlc
2276 days ago
dialog is not supported on Firefox and Safari without a polyfill.
link