Skip to content
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

"fix" AutoSuggestBox has weird tab behavior #3765

Merged

Conversation

corvinsz
Copy link
Member

@corvinsz corvinsz commented Jan 9, 2025

potential fix for #3761

From my manual testing this fixes both problems mentioned in the issue.

This is a first "working" version but probably not ready for prod yet.
The changes essentially only mark the KeyEventArgs e event as handled, if one of the AutoSuggestBox "specific" keys is pressed. Additionally the method CommitValueSelection now returns a bool to indicate whether an item was selected or not.

I think this is test-worthy and therefore WIP

@corvinsz
Copy link
Member Author

I revisited this issue again and after some testing it doesn't seem like this change (re-)introduced new bugs.
I think this is ready for review.

@corvinsz corvinsz marked this pull request as ready for review February 24, 2025 18:03
@Keboo Keboo self-requested a review March 7, 2025 04:53
@Keboo Keboo added this to the 5.3.0 milestone Mar 7, 2025
@Keboo Keboo merged commit aabf8cd into MaterialDesignInXAML:master Mar 7, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants