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

Bugfix: can't remove items from a picker #18404

Open
wants to merge 1 commit into
base: v15/dev
Choose a base branch
from

Conversation

madsrasmussen
Copy link
Contributor

@madsrasmussen madsrasmussen commented Feb 20, 2025

After an update to the item manager to include loading and error states, we have changed the logic to append the requested data instead of replacing it. This has resulted in a bug when removing items from the picker. Because the data is appended, removing items will not work correctly when new data with fewer items is returned.

This PR is ignored from release as this bug hasn't been part of any released versions.

@nielslyngsoe nielslyngsoe enabled auto-merge (squash) February 21, 2025 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants