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

index 335c1c3..7babd7c 100644 (file)
@@ -202,6 +202,8 @@ Roo.extend(Roo.bootstrap.form.MultiLineTag, Roo.bootstrap.form.Input,  {
             if(this.tagRows.length == i) {
                 this.addTagRow();
             }
+
+            this.tagRows[index].inputCb.setRawValue(arr[0].[this.valueField])
         }