Forced update the valueAccessor value from the hiveAutocomplete
@@ -105,6 +105,7 @@ ko.bindingHandlers.hivechooser = {
function setPathFromAutocomplete(path){
self.val(path);
+ valueAccessor()(path);
self.blur();
}