lepoco / lepoco/wpfui

AutoSuggestBox: show SuggestionsList on focus

Open
#1,740 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
C#
Stars
9.6k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

Is your feature request related to a problem? Please describe

Currently, re-focusing/clicking on the AutoSuggestBox while the TextBox has text does not bring up the SuggestionsList. The only way to bring the SuggestionsList back is to add or remove text.

Windows apps with WinUI-styled controls like Settings do bring up the suggestions list on focus if there's text in the AutoSuggestBox TextBox.

Describe the solution you'd like

The AutoSuggestBox should show the suggestions list on focus/click if there's a search query and it's not focused on already.

Describe alternatives you've considered

No response

Additional context

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the AutoSuggestBox focus handling and the logic that displays its SuggestionsList when the TextBox contains text. Reproduce the refocusing or clicking behavior, then verify that a non-empty search query shows the SuggestionsList on focus without requiring text changes.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
desktop, frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
62/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.