Autocomplete editor allows you to either select a value from a list or enter a new value (like the Google search line). List of suggestions can be based either on a data source or on a custom PHP function.

The example below demonstrates both possibilities. Suggestions for the Country column are retrieved from a data source while suggestions for the Place column are filled with the Google API.

Open Insert or Edit forms to see the editor in action.