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

[WC-1619]: Combobox lazy load option #1075

Merged
merged 9 commits into from
May 17, 2024

Conversation

samuelreichert
Copy link
Contributor

@samuelreichert samuelreichert commented May 14, 2024

Pull request type

New feature (non-breaking change which adds functionality)


Description

Add new property lazyLoading for association and database source, with default value set to false.
When set to true, only a set of data is loaded in the beginning, and the rest will be loaded when scrolling to the bottom.

There are no visual changes, all visual changes will be implemented in another PR.

@samuelreichert samuelreichert force-pushed the feat/WC-1619-combobox-lazy-load-option branch 2 times, most recently from 0d2e793 to 41ea7b5 Compare May 15, 2024 13:31
@samuelreichert samuelreichert marked this pull request as ready for review May 15, 2024 13:32
@samuelreichert samuelreichert requested a review from a team as a code owner May 15, 2024 13:32
gjulivan
gjulivan previously approved these changes May 16, 2024
@samuelreichert samuelreichert force-pushed the feat/WC-1619-combobox-lazy-load-option branch from 0408ec5 to 12582f2 Compare May 17, 2024 09:04
@samuelreichert samuelreichert merged commit b0b88a9 into main May 17, 2024
14 checks passed
@samuelreichert samuelreichert deleted the feat/WC-1619-combobox-lazy-load-option branch May 17, 2024 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants