Roo/form/ComboCheck.js
authorAlan Knowles <alan@roojs.com>
Wed, 28 Aug 2013 04:13:33 +0000 (12:13 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Aug 2013 04:13:33 +0000 (12:13 +0800)
Roo/form/ComboCheck.js

index 3797916..c611804 100644 (file)
@@ -160,6 +160,7 @@ Roo.extend(Roo.form.ComboCheck, Roo.form.ComboBox, {
         if (this.value != this.valueBefore) {
 
             this.fireEvent('change', this, this.value, this.valueBefore);
+            this.valueBefore = this.value;
         }
         
     },