There was an error while loading. Please reload this page.
1 parent 4a773de commit ed291afCopy full SHA for ed291af
README.md
@@ -168,6 +168,17 @@ const schema = {
168
properties: {
169
bar: {type: "string"}
170
}
171
+ },
172
+ baz: {
173
+ type: "array",
174
+ items: {
175
+ type: "object",
176
+ properties: {
177
+ description: {
178
+ "type": "string"
179
180
+ }
181
182
183
184
@@ -177,6 +188,14 @@ const uiSchema = {
188
bar: {
189
"ui:widget": "textarea"
190
191
192
+ // note the "items" for an array
193
194
195
+ "ui:widget": "textarea"
196
197
198
199
200
201
0 commit comments