dotvvm icon indicating copy to clipboard operation
dotvvm copied to clipboard

Fix SelectorItem with boolean value

Open exyi opened this issue 1 year ago • 0 comments

  • broken JS coercion from 'false' to boolean fixed
  • SelectorItems renders all non-string values as data-bind='value: value'. Knockout.js then reads the value binding instead of the value attribute, so we avoid the roundtrip through strings

resolves #1812

exyi avatar May 07 '24 18:05 exyi