vtfuture / BForms

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

BsSelectFor not work RadioButtonList #224

Open Pepo-BG opened 9 years ago

Pepo-BG commented 9 years ago

Hi. I created a form with BsSelectFor - control, which load data from BsSelectList, which has BsControl - attribute for BsControlType.RadioButtonList. But when control is generated - I can't select value and when send form's data to server - value from radio list wasn't send. I'm attaching link with my code. https://dotnetfiddle.net/mguggP

Thanks!