**Describe the bug** When using the `--placeholder` flag with gum filter, only the first character of the placeholder is displayed. **To Reproduce** Steps to reproduce the behavior: 1. Run the following command: ```bash echo 'test' | gum filter --placeholder="Pick" ``` **Expected behavior** The placeholder should display the full text: `Pick`. **Actual behavior** Only the first character of the placeholder is shown: `P`. **Additional context** This appears to be a regression, as previous versions displayed the full placeholder text correctly.