A powerful input component that provides suggestions as you type.
Standard autocomplete with a list of items.
<x-ui::autocomplete :items="['Apple', 'Banana', 'Cherry', 'Date', 'Elderberry', 'Fig', 'Grape']" />
Change the default search text.
<x-ui::autocomplete
:items="['United States', 'United Kingdom', 'Canada']"
placeholder="Search countries..."
/>