@ -157,6 +157,7 @@ module.exports = Backbone.View.extend({
inputValueChanged(e) {
e && e.stopPropagation();
this.model.setValue(this.getInputValue(), 1, { fromInput: 1 });
this.elementUpdated();
},