#2614·knockout

Code changes to make updating from 2.x to 3.5.1 (latest) easier

Author: mikecarperCreated Oct 2, 2024Updated Oct 26, 2024

The 5 issues for us that made updating to the latest not an easy drop in was

I made the first 4 issues be options and the 5th one the default behavior as select lists are broken if you populate it with a value that's not in the options.

window.knockout_globals = {
  'valueAllowUnset': true,
  'useStrictEqualityRadioCheckbox': false,
  'alreadyBoundErrorLevel': 0,
  'selectFirstWhenUnset': true,
  'suppressTemplateError': true,
};