pnp / sp-dev-fx-controls-react

Reusable React controls for SPFx solutions
https://pnp.github.io/sp-dev-fx-controls-react/
MIT License
380 stars 380 forks source link

Dynamic Form - Lookup field limited to first 100 items #1827

Open rdicicco opened 3 weeks ago

rdicicco commented 3 weeks ago

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

  1. Create a SharePoint list to use as a lookup with more than 100 items in it. (Example: Clients list)
  2. Create a Site Request list that has as one of its fields, the Client list as a lookup.
  3. Create a custom SPFx form using the Dynamic Form control
  4. When testing the form, you will only see the first 100 clients in the lookup field.
github-actions[bot] commented 3 weeks ago

Thank you for submitting your first issue to this project.

GuidoZam commented 2 days ago

A fix is already in progress 😄 You can check the status here.