Roo/bootstrap/form/MultiLineTag.js
authorleon <leon@roojs.com>
Thu, 2 Nov 2023 03:44:17 +0000 (11:44 +0800)
committerleon <leon@roojs.com>
Thu, 2 Nov 2023 03:44:17 +0000 (11:44 +0800)
Roo/bootstrap/form/MultiLineTag.js

index b1109cd..af218fa 100644 (file)
@@ -145,7 +145,7 @@ Roo.extend(Roo.bootstrap.form.MultiLineTag, Roo.bootstrap.form.Input,  {
                 }
             }
         };
-        this.tagRows.push(this.addxtype(row, 'getTagContainer'));
+        this.tagRows.push(this.addxtype(row));
 
         _this.showHideRemoveBtn();
     },