Drupal is a registered trademark of Dries Buytaert
Search API Solr 4.4.0 Minor update available for module search_api_solr (4.4.0). Page Manager 8.x-4.0 Major update available for module page_manager (8.x-4.0). Trash 3.1.0-beta2 New beta version released for module trash (3.1.0-beta2). Commerce AutoSKU 3.0.1 Minor update available for module commerce_autosku (3.0.1). Custom Field 4.0.10 Minor update available for module custom_field (4.0.10). Alternative login ID & display names 2.0.12 Minor update available for module alt_login (2.0.12). EntityReference UUID 3.0.1 Minor update available for module entity_reference_uuid (3.0.1). LocalGov Publications Importer 1.1.1 Minor update available for module localgov_publications_importer (1.1.1). Configuration Override Warn 8.x-1.6 Module config_override_warn updated after 10 months of inactivity (8.x-1.6). Table Alternate Rows Module table_altrow crossed 1,000 active installs.

This module adds an autocomplete feature to text fields, suggesting previously entered values as you type. This gives content editors more flexibility in adding new options without the complexity of setting up a taxonomy. It does not work on the title field.

This module provides an autocomplete widget for text fields that suggests all existing (previously entered) values for that field. This provides more flexibility than “allowed values” for the content editor to add new values. At that same time, it is simpler in many cases than creating a taxonomy vocabulary (no hierarchies, no separate system, no permissions headaches, no rendered pages per term).

For an analysis of the different use cases for Taxonomy, Text Field with Allowed Values, and this module read this blog post.

Note: The autocomplete matching is NOT case-sensitive. This means that it will match any cased version of the same characters. The suggestion will be cased like the first value in the database. If anyone needs configuration on case sensitivity, feel free to open an issue with a MR or ask for sponsored development.

Furthermore this does *not* work on the title field (and other base fields): #3586007: Autocomplete widget does not support base fields, e.g. title field - Help fixing it, if you need it.

Requirements

This module requires no modules outside of Drupal core.

Installation

Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.

Configuration

After installing the module you can configure a form field to use the autocomplete widget by following these steps:

  1. Visit any content type's “Manage Form Display” page.
  2. Change the “Textfield” widget of any form field that supports it to “Autocomplete: existing values”.
  3. Configure how many suggestions to show in the widget configuration. (Default: 15)
  4. Enter values in the field on the form, and they will become suggestions for the next time you use that field.

Activity

Total releases
2
First release
Apr 2026
Latest release
2 months ago
Releases (12 mo)
2 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
2.0.0-rc1 Pre-release May 5, 2026
2.0.0-beta3 Pre-release Apr 29, 2026