Environment
- OS: macOS
- Node Version: v26.3.0
- Package:
@clack/prompts
- Package Version: 1.5.1
Describe the bug
Passing initialValue to multiline doesn't have any effect.
To Reproduce
https://stackblitz.com/edit/node-4yxn6jvr
Steps to reproduce the behavior:
- Run
node index.js in the terminal.
Expected behavior
A multiline input with the initial value in it.
Additional Information

Environment
@clack/promptsDescribe the bug
Passing
initialValuetomultilinedoesn't have any effect.To Reproduce
https://stackblitz.com/edit/node-4yxn6jvr
Steps to reproduce the behavior:
node index.jsin the terminal.Expected behavior
A multiline input with the initial value in it.
Additional Information