sp-dev-fx-controls-react
sp-dev-fx-controls-react copied to clipboard
Dynamic Form - Lookup field limited to first 100 items
Category
[ ] Enhancement
[x] Bug
[ ] Question
Version
Please specify what version of the library you are using: [ 3.14.0 ]
Expected / Desired Behavior / Question
I am using the Dynamic Form to create a custom new form in SharePoint. My list has a lookup field that has 115 items in it. I would expect to see all 115 items in the dropdown for the Dynamic form.
Observed Behavior
Instead of getting all of my list items, the form only shows the first 100 items.
Steps to Reproduce
- Create a SharePoint list to use as a lookup with more than 100 items in it. (Example: Clients list)
- Create a Site Request list that has as one of its fields, the Client list as a lookup.
- Create a custom SPFx form using the Dynamic Form control
- When testing the form, you will only see the first 100 clients in the lookup field.
Thank you for submitting your first issue to this project.
A fix is already in progress 😄 You can check the status here.
Closing as duplicate of #1721.