I'm trying to bind my select element's value and a change event as well. No luck. I've tried the following, but it says change event is used by bind event.
<select name="counties" id="counties" @bind="selectedCounty" @onchange="@((args)=>Test(args))">
<...>