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

index cda561d..1d9f5fb 100644 (file)
@@ -214,6 +214,11 @@ Roo.extend(Roo.bootstrap.form.MultiLineTag, Roo.bootstrap.form.Input,  {
         for(var i = 0; i < this.tagRows.length; i ++) {
             this.removeTagRow(this.tagRows[i]);
         }
+
+
+        Roo.each(this.tagRows, function(r) {
+            this.removeTagRow(r);
+        });
         
         
     }