We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005b261 commit 04e52daCopy full SHA for 04e52da
examples/data/grid.json
@@ -99,14 +99,14 @@
99
"type": "section",
100
"grid": { "layout": "row" },
101
"items": ["email"]
102
+ },
103
+ {
104
+ "key": "comment",
105
+ "type": "textarea",
106
+ "placeholder": "Make a comment"
107
}
108
]
109
},
- {
- "key": "comment",
- "type": "textarea",
- "placeholder": "Make a comment"
- },
110
{
111
"type": "submit",
112
"style": "btn-info",
0 commit comments