An Autocomplete textbox gives suggestions based on user input.
The user can select an option from the list.
This generally uses in the field where a user needs to select an item from the available data.
In this tutorial, I show how you can add autocomplete on a textbox element using jQuery UI in CodeIgniter.