Replies: 1 comment
-
I think you have to specify the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the documentation, SelectedOptionChanged is an event callback that returns an object of type TOption. In my code, I have correctly specified the TOption.
SelectedOptionChanged does trigger and send back an object of type TOption, however, no matter which item I select, it always returns the first object in the list. I've tried a foreach loop to create each then set the Value of each FluentOption to the object in the loop, but Value can only be a string. So, how do I correlate each combo box item to an object of my type, then return that object when the selected option has changed to it?
Beta Was this translation helpful? Give feedback.
All reactions