vtfuture / BForms

Bootstrap Forms for ASP.NET MVC
MIT License
62 stars 33 forks source link

Formating for BsControlType.DropDownList? #264

Open meister-d opened 8 years ago

meister-d commented 8 years ago

Hi I saw in your Examples, that it is possible to apply formatting to the Items of a BsControlType.DropDownListRemote:

@Html.BsLabelFor(m => m.CountriesList)
@Html.BsSelectFor(m => m.CountriesList, null, new { formatResult = " {{text}}", url = Url.Action("GetCountriesPaged", "Login", new { area = "Demo" }) }) @Html.BsValidationFor(m => m.CountriesList)
```


Is this also possible for the BsControlType.DropDownList? 

Regards Dumitru