···11+---
22+"@clack/prompts": patch
33+"@clack/core": patch
44+---
55+66+Adds a new `defaultValue` option to the text prompt, removes automatic usage of the placeholder value.
-3
packages/core/src/prompts/prompt.ts
···153153 }
154154155155 if (key?.name === 'return') {
156156- if ('placeholder' in this.opts && !this.value) {
157157- this.value = this.opts.placeholder;
158158- }
159156 if (this.opts.validate) {
160157 const problem = this.opts.validate(this.value);
161158 if (problem) {