You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a FluentComboBox in combination with bind-SelectedOption:after the binded option will be set null when using a different instance of the bound object type which is not part of the Items parameter.
I would expect the component to select the item with the corresponding CountryId since both of them are the same.
😯 Current Behavior
The component sets the value to null.
🔦 Context
In my case I'm using a static list of countries in memory which contains all possible countries. However when fetching the object from the database a new instance is assigned to my object based on the provided SQL query.
🌍 Your Environment
.NET 8 with Firefox. VS17.10.0
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
When using a
FluentComboBox
in combination withbind-SelectedOption:after
the binded option will be set null when using a different instance of the bound object type which is not part of theItems
parameter.💻 Repro or Code Sample
I've created a small sample repo which can be found here:
https://github.com/MarvinKlein1508/FluentComboBoxIssue
🤔 Expected Behavior
I would expect the component to select the item with the corresponding
CountryId
since both of them are the same.😯 Current Behavior
The component sets the value to null.
🔦 Context
In my case I'm using a static list of countries in memory which contains all possible countries. However when fetching the object from the database a new instance is assigned to my object based on the provided SQL query.
🌍 Your Environment
.NET 8 with Firefox. VS17.10.0
The text was updated successfully, but these errors were encountered: