Roo/bootstrap/form/MultiLineTag.js
authorleon <leon@roojs.com>
Wed, 1 Nov 2023 08:20:33 +0000 (16:20 +0800)
committerleon <leon@roojs.com>
Wed, 1 Nov 2023 08:20:33 +0000 (16:20 +0800)
Roo/bootstrap/form/MultiLineTag.js

index dc7a50a..3395c2b 100644 (file)
@@ -139,8 +139,9 @@ Roo.extend(Roo.bootstrap.form.MultiLineTag, Roo.bootstrap.form.Input,  {
                     this.removeBtn.on('click', function() {
                         _self.destroy();
                         _this.tagRows.splice(_this.tagRows.indexOf(_self), 1);
-                        _this.showHideRemoveBtn();
                         _this.fireEvent('change', _this, _this.getValue(), false);
+
+                        _this.showHideRemoveBtn();
                     });
                 }
             }