-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Description
Prerequisites
- I have searched the existing issues
- I understand that providing a SSCCE example is tremendously useful to the maintainers.
- I have read the documentation
- Ideally, I'm providing a sample JSFiddle, Codesandbox.io or preferably a shared playground link demonstrating the issue.
What theme are you using?
utils
Version
6.x
Current Behavior
Right now the UiSchema type contains an items prop via #4675. That prop should have been added to the UIOptionsBaseType instead, thus giving it the potential ui: prefix. Currently the code from the original PR is only looking at items. The computeItemUiSchema() in ArrayField should instead use the getUiOptions() function first to then check for the items
Expected Behavior
The code should also respect the ui:items syntax in UiSchema
Reactions are currently unavailable