vitalets / angular-xeditable

Edit in place for AngularJS
http://vitalets.github.io/angular-xeditable
MIT License
1.91k stars 404 forks source link

Radiolist doesn't support string as status.value #752

Closed sinall closed 5 years ago

sinall commented 5 years ago

The model uses the string as string value for enum, not int or bool.

Here's the sample code: http://jsfiddle.net/82q1zrb9/

Once the radio is clicked, all radios are marked selected.