Open heedinee opened 7 years ago
dialog.prompt({
theme: theme,
title: 'Confirm ' + theme,
msg: theme + ' color',
input: {
data1: {label: "data1의 라벨", type: "password"},
data2: {label: "data2의 라벨"}
},
onOpen: function () {
}
}, function () {
console.log(this);
});
처럼 해주시면 됩니다.
prompt에 비밀번호타입은 없나요??