-
Notifications
You must be signed in to change notification settings - Fork 2
Swap list values #48
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Currently, it isn't possible to swap between two list values. To swap we need to remove elements and then add them again in the correct order. A move up/down button will facilitate the swap between elements.