fix(tui): replace single-line Input with multi-line TextArea in PromptInput #10756

Merged
HAL9000 merged 1 commits from fix/10410-prompt-input-textarea into master 2026-04-22 14:25:39 +00:00

1 Commits

Author SHA1 Message Date
HAL9000 7523a50db8 refactor(tui): PromptInput uses TextArea instead of Input
CI / push-validation (pull_request) Successful in 24s
CI / helm (pull_request) Successful in 32s
CI / build (pull_request) Successful in 3m53s
CI / lint (pull_request) Successful in 4m4s
CI / quality (pull_request) Successful in 4m25s
CI / typecheck (pull_request) Successful in 4m33s
CI / security (pull_request) Successful in 4m45s
CI / integration_tests (pull_request) Successful in 6m42s
CI / e2e_tests (pull_request) Successful in 7m10s
CI / unit_tests (pull_request) Successful in 7m35s
CI / docker (pull_request) Successful in 1m29s
CI / coverage (pull_request) Successful in 14m7s
CI / status-check (pull_request) Successful in 3s
CI / push-validation (push) Successful in 23s
CI / helm (push) Successful in 28s
CI / build (push) Successful in 3m50s
CI / lint (push) Successful in 3m58s
CI / quality (push) Successful in 4m21s
CI / typecheck (push) Successful in 4m29s
CI / security (push) Successful in 4m38s
CI / integration_tests (push) Successful in 6m39s
CI / e2e_tests (push) Successful in 6m57s
CI / unit_tests (push) Successful in 7m24s
CI / docker (push) Successful in 1m29s
CI / coverage (push) Successful in 13m59s
CI / status-check (push) Successful in 3s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (push) Has been skipped
CI / benchmark-regression (pull_request) Successful in 1h4m50s
CI / benchmark-publish (push) Successful in 1h16m58s
Replaced the PromptInput base widget from textual.widgets.Input to textual.widgets.TextArea and updated related code to use the multi-line TextArea API. This includes switching from .value to .text, adjusting consume_text(), and updating all callers and tests accordingly. Also added UI test coverage for multi-line input, including new feature and steps files.

ISSUES CLOSED: #10410
2026-04-22 14:06:42 +00:00