microsoft / fluentui

Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
https://react.fluentui.dev
Other
17.75k stars 2.65k forks source link

[Feature]: Can we have a paginated/Infinite scrolling ComboBox. #31261

Open jbujula opened 2 weeks ago

jbujula commented 2 weeks ago

Library

React Components / v9 (@fluentui/react-components)

Describe the feature that you would like added

When you do a Odata call and if the response contains more than 5000 records it usually gives a Odata.nextlink which is a URL that is used to fetch next set of items. So, in order to append those results to the dropdown we need a callback which triggers upon scrolling to bottom.

Have you discussed this feature with our team

No response

Additional context

No response

Validations

Priority

Normal