fix(tui): autocomplete highlight follows first prefix match as user types (#1931)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user