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
Please specify what version of the library you are using: [ 3.22.0 ]
If you are not using the latest release, please update and see if the issue is resolved before submitting an issue.
Expected / Desired Behavior / Question
Lookup fields rendered in the DynamicForm component should return all items.
Observed Behavior
When using the DynamicForm component, all Lookup fields only return 100 items (default SharePoint REST API). ListItemPicker already has a property for getting up to 5000 items (itemsQueryCountLimit), just need to add this property to the DynamicForm component as well.