FluentSelect binding issue #2386
-
I"m using the FluentSelect component and having some issues with binding. Using the example here , I'm unable to see the value of a selected Item. It's causing me validation issues because the value is not bound either to the Selected-Option or @bind-Value property. I substituted my own list of of objects instead of the sample data. I didn't seem to find any issues with binding for FluentSelect in the issues tab. Is there a known issue that I'm not aware of? My code snipped below:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
This seems to be a scenario that should work. |
Beta Was this translation helpful? Give feedback.
-
my apologies.... you should be able to run this snippet below:
|
Beta Was this translation helpful? Give feedback.
-
After removing the The issue is caused by the code in
selecting a value and displaying it works. |
Beta Was this translation helpful? Give feedback.
-
Good catch. I also uncovered one other issue in that if my rendermode wasn't explicitly set to InteractiveServer the variable doesn't get set. I will mark this as answered and closed. I appreciate your help. |
Beta Was this translation helpful? Give feedback.
my apologies.... you should be able to run this snippet below: