Hi. I was trying to using the DropDownList component in a project and it was not working. So I have built a very tiny simple Blazor Server project and it is still not working. the component renders, but when I click on the drop down arrow, nothing happens. I cannot type nor can I select an item.
Code is attached. Please let me know what I am missing here.
Thanks,
Marc.
|
|
Thanks. That works great.
Would you provide more detail on this comment you made "
you have installed Syncfusion.Blazor NuGet but refer the style and script for individual NuGet
"? How did I refer the style and script to an individual NuGet?
|
<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap5.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor /scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
|
|
<link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
|
Thanks Prince. I was not aware of those nuances. Very helpful to know. Marc.