I have the following Code for an InputSelect
The request is not that old, so you may consider the following which works with EditForm (basically hook up onto another event) => at oninput eventhandler you pass The ChangeEventArgs var, and so you can get the value to process
@if (lstStocks != null) { select... @foreach (var stock in lstStocks) { @stock.TestArticle.TAName } }