Closed CharlesMayer closed 7 years ago
@Html.Bootstrap().DropDownListFor()
mimics functionality of @Html.DropDownListFor()
, which does not have the desired functionality. I afraid you'd have to write something custom (without the use of BMVC) to achieve this.
How can I achieve an input textbox inside a dropdownlist so that user can type in a value?
@Html.Bootstrap().DropDownListFor(x => x.carmodelIds, @Model.CarModelList)
something like in this example http://jsfiddle.net/L6YVc/