Sample Code

Explanation

  • Bible Cascading Dropdown List is a good example of multiple InputSelect controls where the first one (the parent) drives the values in the second one (child)

Parent Select

<InputSelect class="form-control"
	ValueChanged="@((int value) => BibleGroupIdHasChanged(value))"
	ValueExpression="@(() => bibleGroupId)"
	Value="@bibleGroupId">

This doesn't have a @bind-Value- like the second one does, rather is uses ValueChanged, ValueExpression and Value

This sample could be improved by having the VM passed in as a [Parameter] so that is could show off how to pre-polulate fields

PageBibleSearch

Calls <BibleSearchForm/> found in the Shared folder. This is the same as what's in the top toolbar

Bible Book Chapter | Syncfusion DDL

This is a uses the Syncfusion controll SfDropDownList

Links

Links

d-grid gap-2 d-md-flex

An error has occurred. This application may no longer respond until reloaded. Reload 🗙