We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using an AsyncPopulator as the item source of an AutoCompleteBox, its Populating event never gets triggered.
AsyncPopulator
AutoCompleteBox
Populating
set up an AutoCompleteBox with an AsyncPopulator and add a handler to the Populating event
the Populating event handler gets called before AsyncPopulator function is called.
11.1.0.0
Windows
I noticed OnPopulating doesn't have a matching call in PopulateAsync.
OnPopulating
PopulateAsync
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When using an
AsyncPopulator
as the item source of anAutoCompleteBox
, itsPopulating
event never gets triggered.To Reproduce
set up an
AutoCompleteBox
with anAsyncPopulator
and add a handler to thePopulating
eventExpected behavior
the
Populating
event handler gets called beforeAsyncPopulator
function is called.Avalonia version
11.1.0.0
OS
Windows
Additional context
I noticed
OnPopulating
doesn't have a matching call inPopulateAsync
.The text was updated successfully, but these errors were encountered: