Multi-Select
<ea-multi-select />
Select…
Controls
Code
<ea-multi-select
label="Fruits"
placeholder="Select…"
[options]="[{ value: 'apple', label: 'Apple' }, { value: 'banana', label: 'Banana' }, { value: 'cherry', label: 'Cherry' }, { value: 'date', label: 'Date' }]" />