fix(tui): autocomplete highlight follows first prefix match as user types (#1931)

This commit is contained in:
Aliou Diallo
2026-03-07 19:03:42 +01:00
committed by GitHub
parent e77e51e7ba
commit e3decbcdd6
3 changed files with 313 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed autocomplete selection ignoring typed text: highlight now follows the first prefix match as the user types, and exact matches are always selected on Enter ([#1931](https://github.com/badlogic/pi-mono/pull/1931) by [@aliou](https://github.com/aliou))
## [0.57.0] - 2026-03-07
### Added