Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connectors: Scrolling to the bottom of the dropdown trigger a ‘load more results’ action which duplicates the data #3505

Closed
mgbaybay opened this issue Sep 18, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@mgbaybay
Copy link

Issue: When there are multiple pages in the dropdown option, scrolling to the bottom of the dropdown triggers a load more results action, which just duplicates the data in the dropdown.


Steps to Reproduce:

  1. Setup a custom connector
  2. Use the data from the custom connector (options must be more than 10 to trigger pagination) or create a static list as the return value
  3. Create a dropdown option using the custom connector data

Actual Behavior:

  • Scrolling to the bottom of the dropdown triggers a load more results action, which just duplicates the data in the dropdown.

Expected Behavior:

  • User should be able to scroll to the bottom without duplicating the data in the dropdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant