Cascading Dropdown with Blazor

Is there an example of cascading dropdown with Blazor?

It is the same as with Angular - you can use the value of the first DropDown to filter the second:

  1. Bind the first DropDown to Customers



  2. Get Orders on Customers DropDown Change and filter them using CustomerID




  3. Bind the second DropDown to Orders

The result:

Dear Khan,

Kindly find below the link to a tutorial that I just did on cascading dropdowns with Blazor.