fix(form): FormBody文本字段透传placeholder——textarea编辑框格式提示不丢失

This commit is contained in:
yumoqing 2026-09-03 17:18:49 +08:00
parent 4c8abd57e5
commit 8446104ac9

View File

@ -130,7 +130,8 @@ bricks.FormBody = class extends bricks.VScrollPanel {
var txtw = new bricks.UiText({
name:f.name,
css: "filler",
value:f.value
value:f.value,
placeholder:f.placeholder
});
var cell = new bricks.VBox({
css: "inputbox",