You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use prompt-radio with customising checkbox option (i need it to look ok on windows also).
And i noticed after i set checkbox: { off: "[ ]", on: "[x]", disabled: "X" }, i am getting errror:
TypeError: expected checkbox symbols to be an object
at Question.set (/mnt/d/Projects/InGo/process-jobs/node_modules/prompt-checkbox/node_modules/prompt-question/index.js:231:13)
Hi there.
I tried to use prompt-radio with customising checkbox option (i need it to look ok on windows also).
And i noticed after i set
checkbox: { off: "[ ]", on: "[x]", disabled: "X" },
i am getting errror:So i checked https://github.com/enquirer/prompt-question/blob/master/index.js#L230 and this line seems wrong (it should check not an object instead), is this right?
Thanks.
The text was updated successfully, but these errors were encountered: