Closed DaveSweeton closed 3 years ago
I have radio buttons bound to an observable value that holds numbers. I can't correctly bind radiobuttons to a value of zero.
I noticed this code that might be the cause (since 0 is falsey):
var value = ko.unwrap(valueAccessor()) || '',
Thanks for the report! Fixed.
I have radio buttons bound to an observable value that holds numbers. I can't correctly bind radiobuttons to a value of zero.
I noticed this code that might be the cause (since 0 is falsey):
var value = ko.unwrap(valueAccessor()) || '',