Autocomplete widget in the jQuery UI library displays an items list that matches with the search value in the textbox.
You can either predefine its data or load it dynamically.
In this tutorial, I show how you can add jQuery UI autocomplete in the Livewire component in your Laravel 9 project.