-
Notifications
You must be signed in to change notification settings - Fork 386
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: SelectedOptionsChanged Event Invoke Twice in FluentAutocomplete #3111
Labels
closed:done
Work is finished
Comments
microsoft-github-policy-service
bot
added
the
triage
New issue. Needs to be looked at
label
Dec 30, 2024
I'll note here the stack trace of the two event triggers. It might be useful later, but for now I want to wait for maintainers of this repository to respond to this issue first.
|
Here is ready-to-run reproduction code : |
Will be fixed with PR #3119 and available in next release, |
vnbaaij
added
closed:done
Work is finished
and removed
triage
New issue. Needs to be looked at
labels
Jan 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug Report
In FluentAutocomplete component, SelectedOptionsChanged event invokes twice.
💻 Repro or Code Sample
🤔 Expected Behavior
After selecting for example "Afghanistan", It must print Afghanistan once in browser's console.
😯 Current Behavior
But it prints "Afghanistan" twice.
🌍 Your Environment
The text was updated successfully, but these errors were encountered: