+ {this.renderWidgets()}
+
+
+
+ {this.renderOptions()}
+
+
+
+ );
+ }
+}
+
class Editor extends Component {
constructor(props) {
super(props);
@@ -357,7 +404,7 @@ class App extends Component {
uiSchema={uiSchema}
formData={formData}
onChange={this.onFormDataChange}
- fields={{geo: GeoPosition}}
+ fields={{geo: GeoPosition, multiArray: MultiArray}}
validate={validate}
onError={log("errors")} />}
diff --git a/playground/index.html b/playground/index.html
index 9490b847fb..84dbbdbfa2 100644
--- a/playground/index.html
+++ b/playground/index.html
@@ -6,6 +6,8 @@