Hello,
I urgently need help of how i can get the values selected from sample dropdown below for storage to a variable. I am able to select the values i need but when i submit the form the value pushed by RadzenDropDown is null.
<RadzenDropDown @bind-Value=profile.Skills Data=@skillEnum TextProperty="@nameof(Skills.SkillName)" ValueProperty="@nameof(Skills.SkillID)" Name="Skills"
Multiple=true AllowClear=true Placeholder="Select skill" Chips=true Style="width: 100%; max-width: 400px;" />