You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Custom CSS class names](#custom-css-class-names)
37
38
-[Custom labels for enum fields](#custom-labels-for-enum-fields)
38
39
-[Multiple choices list](#multiple-choices-list)
@@ -399,6 +400,24 @@ render((
399
400
uiSchema={uiSchema} />
400
401
), document.getElementById("app"));
401
402
```
403
+
### Array items ordering
404
+
405
+
Array items are orderable by default, and react-jsonschema-form renders move up/down buttons alongside them. The `uiSchema` object spec allows you to disable ordering:
0 commit comments