The Input component had no placeholder text support — when empty, it showed only "> " with a blinking cursor and no hint of expected input. The ExtensionInputComponent received a placeholder parameter but discarded it (_placeholder with underscore = intentionally unused). Fix: Input now has a public placeholder property. When value is empty, renders the placeholder in dim text. ExtensionInputComponent passes the placeholder through to Input. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| tsconfig.json | ||