-
Notifications
You must be signed in to change notification settings - Fork 77
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
calcite-value-list: Removing an item after re-ordering removes more than one item in certain cases #3555
Comments
This is a high priority issue for the Dashboards team 🙂 |
I also noticed that when you drag item 2 into the first position in the list and remove item 2, it won't remove that visually either. The data is still correct (item 1 is the only one in the list) for now, but if you move item 1 again, it just keeps adding it to the list. Deleting one of them removes all of them at once. ember-value-list-drag-bug.mov |
Moved to the July milestone for evaluation and upped the time estimate, since it could impact other uses across components. |
@geospatialem We might need to push this further as there hasn't been any updates on the PR referenced above. 🥲 |
Moved to the October milestone, which will evaluate if:
|
Spike to determine if the following above is true, and if we should proceed, or close out the above issue. |
There hasn't been any updates on Sortable regarding this. Unless there are any objections, I'm going to mark this as blocked and we'll revisit once activity resumes on the linked PR above. |
Actual Behavior
Removing an item from the calcite-value-list removes more than one item.
Expected Behavior
Removing an item from the calcite-value-list should only remove the item selected to be removed.
Reproduction Steps and Sample
NOTE: This bug seems specific to Ember
Setup
Repro Steps
Sample:
Relevant Info
Reproducible version:
@esri/[email protected]
The text was updated successfully, but these errors were encountered: