Environment
- OS: macOS and Windows
- Node Version: 24.13.0
- Package:
@clack/prompts
- Package Version:
main
Describe the bug
User input and warning message in invalid state include whitespace characters (spacing) on the left side.
To Reproduce
- Add
withGuide: false to all prompts in example/basic
- Run
pnpm dev
- Enter not valid input in
password and path steps
Expected behavior
User input and warning message in invalid state does not include whitespace characters (spacing) on the left side.
Additional Information
