-
Notifications
You must be signed in to change notification settings - Fork 423
fix: Error when typing value in FluentCombobox #3600
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
Comments
Possible workaround: dotnet/aspire#8450 |
I get almost the same exception when I close the app/tab/window
I have the Combobox inside a razor component in my mainlayout, without any magic, its almost a vanilla implementation.
The Dispose method is run ok, then the app closes, and after that an error appear in my Aspire dashboard for the Blazor app. |
@MrDeej I think this is a different thing. If you want, we can examine what is happening in your situation. In that case open a new issue and make sure it has ready to run reproduction code or a repository we can clone. |
🐛 Bug Report
A bug was reported in Aspire when typing in the value in a combobox.
💻 Repro or Code Sample
See dotnet/aspire#8343
🤔 Expected Behavior
No error.
😯 Current Behavior
Typing the last letter in a combobox value causes the error:
💁 Possible Solution
🔦 Context
🌍 Your Environment
The text was updated successfully, but these errors were encountered: