One of the issues with the Listbuilder control are that you can't sort the items in the list once you move them over. Primarily this is due to the standard behavior of an HTML scrolling list. However, we could correct this using the SortableJS plugin as we do in the WYSIWYG Form Designer.
Programming notes:
Should we 'keep' the 'Filter' feature?
Should we 'keep' the 'Move All'/'Remove All' button feature?
How should the behavior stay the same or change?
Standard behavior adds item or removes an item from the 'Selected' list with a click
One of the issues with the Listbuilder control are that you can't sort the items in the list once you move them over. Primarily this is due to the standard behavior of an HTML scrolling list. However, we could correct this using the SortableJS plugin as we do in the WYSIWYG Form Designer.
Programming notes: