From 648ee61ae84216d0236e0dbc211addc13b2cfa3a Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:52:06 -0700 Subject: Expand tabs --- js/components/combobox.reel/combobox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/components/combobox.reel') diff --git a/js/components/combobox.reel/combobox.js b/js/components/combobox.reel/combobox.js index 4effc686..0d46e1ff 100755 --- a/js/components/combobox.reel/combobox.js +++ b/js/components/combobox.reel/combobox.js @@ -153,12 +153,12 @@ exports.Combobox = Montage.create(Component, { handleChange: { value:function(event) - { + { this._valueSyncedWithInputField = true; this._wasSetByCode = false; this.value = this.element.value; this.needsDraw = true; - } + } }, willDraw: { -- cgit v1.2.3