co-prompt icon indicating copy to clipboard operation
co-prompt copied to clipboard

Default option for prompt

Open jaydson opened this issue 10 years ago • 2 comments

Would be useful to have a default value for prompt.

jaydson avatar May 15 '14 15:05 jaydson

ugly workaround, but:

var foo = (yield prompt('foo:')) || 'bar';

stephenmathieson avatar Aug 06 '14 02:08 stephenmathieson

+1, this is what i did. also, if you don't need to support windows you might want to look at this.

heapwolf avatar Aug 06 '14 02:08 heapwolf