vtfuture / BForms

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

preserve selected value on radiolist change #230

Closed smariussorin closed 9 years ago

smariussorin commented 9 years ago

preserve selected value on radiolist change if preventDeselect is set to true

smariussorin commented 9 years ago

If a radiolist has a selected value with preventDeselect=true, and you set it from code with the same same, the value is deselected