type: 'prompt' snap_dialog for password masking #2491
talken-devteam
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Hi, we are working on a customizable dialog that will provide more control over forms like these. You will be able to use JSX UI components with props, like |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @talken-devteam , please try the following:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I'm developing snap-simple-keyring wallet.
OnKeyringRequestHandler,
const password = await snap.request({
method: 'snap_dialog',
params: {
type: 'prompt',
content: panel([
heading('mpc password?'),
text('Please input mpc password'),
]),
placeholder: 'password...',
},
});
Is there a way to mask the input like inputType:"password"
Beta Was this translation helpful? Give feedback.
All reactions