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

index 552f00a..17a2574 100644 (file)
@@ -151,7 +151,7 @@ Roo.extend(Roo.bootstrap.form.MultiLineTag, Roo.bootstrap.form.Input,  {
     },
 
     // a new tags should be added when all existing tags are not empty
-    shouldAddTagRow : function()
+    shouldAutoAddTagRow : function()
     {
         var ret = true;
 
@@ -198,6 +198,8 @@ Roo.extend(Roo.bootstrap.form.MultiLineTag, Roo.bootstrap.form.Input,  {
     setValue : function(json)
     {
         var arr = JSON.parse(json);
+
+        
         
     }
 });