Autocomplete
<ea-autocomplete />
Controls
Code
<ea-autocomplete
label="Dog breed"
placeholder="Start typing…"
[options]="[{ value: 'golden-retriever', label: 'Golden Retriever' }, { value: 'german-shepherd', label: 'German Shepherd' }, { value: 'beagle', label: 'Beagle' }, { value: 'poodle', label: 'Poodle' }, { value: 'boxer', label: 'Boxer' }, { value: 'dachshund', label: 'Dachshund' }]" />