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

Using AsyncPopulator on AutoCompleteBox doesn't trigger Populating event #17584

Open
h0lg opened this issue Nov 21, 2024 · 0 comments
Open

Using AsyncPopulator on AutoCompleteBox doesn't trigger Populating event #17584

h0lg opened this issue Nov 21, 2024 · 0 comments
Labels

Comments

@h0lg
Copy link

h0lg commented Nov 21, 2024

Describe the bug

When using an AsyncPopulator as the item source of an AutoCompleteBox, its Populating event never gets triggered.

To Reproduce

set up an AutoCompleteBox with an AsyncPopulator and add a handler to the Populating event

Expected behavior

the Populating event handler gets called before AsyncPopulator function is called.

Avalonia version

11.1.0.0

OS

Windows

Additional context

I noticed OnPopulating doesn't have a matching call in PopulateAsync.

image

@h0lg h0lg added the bug label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant