Skip to content

Remove the suggestion chosen handler from EditAction's ShortcutActionBox#19906

Merged
carlos-zamora merged 1 commit intomainfrom
dev/pabhoj/actions_editor_select_fix
Feb 25, 2026
Merged

Remove the suggestion chosen handler from EditAction's ShortcutActionBox#19906
carlos-zamora merged 1 commit intomainfrom
dev/pabhoj/actions_editor_select_fix

Conversation

@PankajBhojwani
Copy link
Contributor

@PankajBhojwani PankajBhojwani commented Feb 25, 2026

Summary of the Pull Request

There is an issue where clicking an item (with the mouse) from the auto suggest box's dropdown would fail on the first try, but the dropdown gets reopened automatically and clicking an item after that works. This is because AutoSuggestBox has UpdateTextOnSelect defaulted to True, but we also have a SuggestionChosen handler that effectively does the same thing, and the two were conflicting. This commit fixes that by removing our SuggestionChosen handler.

Verification steps performed

Selecting an item from the dropdown with mouse works on first try. Keyboard flow continues to work as expected.

@carlos-zamora carlos-zamora merged commit ab4000c into main Feb 25, 2026
18 of 20 checks passed
@carlos-zamora carlos-zamora deleted the dev/pabhoj/actions_editor_select_fix branch February 25, 2026 23:11
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