Skip to content

feat: emit event when each reorder item snaps into place #27614

@sfinktah

Description

@sfinktah
Contributor

Prerequisites

  • I have read the Contributing Guidelines.
    I agree to follow the Code of Conduct.
    I have searched for existing issues that already include this feature request, without success.

Describe the Feature Request

Need to be able to modify ion-item while it is being reordered in an ion-list

Describe the Use Case

Observe the graphical example, in which the numerical ordering of each item must change as it (or other) items are reordered.

image
image

Describe Preferred Solution

Adding an extra event, analogous to mousemove, complementing the existing event (analogous to mouseup or click)

<ion-list class="">
  <ion-reorder-group 
  :disabled="false" 
  @ionItemMove="handleMove($event)" 
  @ionItemReorder="handleReorder($event)">
...

Describe Alternatives

It is possible to achieve this using MutationObservers, but it is not pleasant.

Related Code

See above

Additional Information

PR has already be lodged.

Activity

liamdebeasi

liamdebeasi commented on Jun 8, 2023

@liamdebeasi
Contributor

Thanks for the report. I am going to discuss this feature request with the team.

sfinktah

sfinktah commented on Jun 8, 2023

@sfinktah
ContributorAuthor

@liamdebeasi No probs, I put a live demo up at https://ionic-list.nt4.com/ with the source at https://nt4.com/ionic-list/

liamdebeasi

liamdebeasi commented on Jun 9, 2023

@liamdebeasi
Contributor

Thanks! I spoke with the team and we think this is a good feature to add to Ionic. Related issue for start/end events: #23148

changed the title [-]feat: event (emit) while reorderable ion-list is reordering[/-] [+]feat: emit event when each reorder item snaps into place[/+] on Jun 9, 2023
added a commit that references this issue on Jun 23, 2025
70dbcc9
added 3 commits that reference this issue on Jul 30, 2025
e6400a8
298df51
b154f4e
ionitron-bot

ionitron-bot commented on Aug 29, 2025

@ionitron-bot

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

locked and limited conversation to collaborators on Aug 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @liamdebeasi@sfinktah

      Issue actions

        feat: emit event when each reorder item snaps into place · Issue #27614 · ionic-team/ionic-framework