There is a very very small BUG in the settings UI. Bug-report: All "selections" doesn't show the current 'selected' value. In the attachment you will see, that "HIGH" is the current value but "LOW" is selected. Solution: The solution is a missing 'update' function for 'selectPicker' in the "common.js". The " ko.bindingHandlers.selectPicker"-function needs to append the following code (around line 678): Code: , update: function (element, valueAccessor) { $(element).selectpicker('refresh'); } If this BUG is already reported, sorry for this - I'll close it.
We have (recently) fixed this bug... but bug reports than include a correct solution are always appreciated. Thanks, WJ