fix(form): FormBody文本字段透传placeholder——textarea编辑框格式提示不丢失
This commit is contained in:
parent
4c8abd57e5
commit
8446104ac9
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user