Skip to content

Conversation

@ysthakur
Copy link
Member

@ysthakur ysthakur commented Jun 8, 2025

Fixes #912 by making sure that the input field in each menu is set before partial completion is triggered. This is done by setting self.input in the update_values method (after checking that it hasn't been set already), rather than in update_working_details (which is only run when it's time to paint the menu).

@ysthakur ysthakur added the A-Completions Area: Tab completion and inline hint completions label Jun 8, 2025
@fdncred
Copy link
Contributor

fdncred commented Jan 4, 2026

Is this still valid? Should we land it too?

@ysthakur
Copy link
Member Author

ysthakur commented Jan 5, 2026

@fdncred Just tested it out, seems to be working. Let's go for it

@ysthakur ysthakur added the bug Something isn't working label Jan 5, 2026
@fdncred
Copy link
Contributor

fdncred commented Jan 5, 2026

sounds good to me!

@ysthakur ysthakur merged commit 56a2a1c into nushell:main Jan 5, 2026
6 checks passed
@ysthakur ysthakur deleted the fix-912 branch January 5, 2026 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Completions Area: Tab completion and inline hint completions bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Common prefix inserted when selecting an item in columnar menu

2 participants