Multi-Select
Dropdown with multi-selection, filtering, select-all, and drag-to-reorder.
Signal Forms
Using [(values)] with a signal.
Selected: [ "Apple", "Banana" ]
Reactive Forms (sortable)
Using [formControl] with sortable enabled for drag reorder.
Selected: [ "Apple", "Cherry" ]
Template-driven Forms
Using [(ngModel)] with the multi-select.
Selected: []