Skip to content

Fix #912 #917

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix #912 #917

wants to merge 1 commit into from

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
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Common prefix inserted when selecting an item in columnar menu
1 participant