sp-dev-fx-controls-react icon indicating copy to clipboard operation
sp-dev-fx-controls-react copied to clipboard

Dynamic Form - Lookup field limited to first 100 items

Open rdicicco opened this issue 1 year ago • 2 comments

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.

rdicicco avatar Jun 04 '24 14:06 rdicicco

Thank you for submitting your first issue to this project.

github-actions[bot] avatar Jun 04 '24 14:06 github-actions[bot]

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

GuidoZam avatar Jun 29 '24 07:06 GuidoZam

Closing as duplicate of #1721.

michaelmaillot avatar Jan 24 '25 15:01 michaelmaillot