Replies: 1 comment
-
Hello and welcome to development in Blazor. I think it would be best to start with some examples. And then you have our presentation on FluentUI Blazor. In the end, you will be able to create a Is it more clear for you? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to all this, so be patient with me.
I have 2 model lists created from API calls.
Model1 stores the properties of an object.
Model2 stores a list of options with (int ID) and (string Value).
Model1 will store a selected (int ID) value from Mode2.
My goal is to display a Combobox or Autocomplete that will display the options (string Value)s from Model2 and also be bound to Model 1 (int ID) value. So select the selected Mode2 (int ID) would be bound to Model 1 (int ID)
This seems like a basic requirement of a model based control, so I'm not sure what I am missing here. I'm still learning all the lingo, so If possible a small working code example would be nice. Any help would be greatly apricated.
Beta Was this translation helpful? Give feedback.
All reactions