The module comes with 2 fields that have autocomplete enabled by default.
It looks like any field should be able to be set up as an autocomplete field but I can't seem to get that working.
What I expected was that I would be able to
Select "Autocomplete" as the Field type on admin/structure/types/manage/page/fields/node.page.field_name
Check "Autocomplete sources" on admin/structure/types/manage/page/fields/node.page.field_name/storage
And see a new auto comlete options field for that field.
The Note says "At least one value must be selected before you can enable the autocomplete option on the input textfields." but I am not sure what that means.

| Comment | File | Size | Author |
|---|
Issue fork name-2827001
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
chrowe commentedComment #3
alan d. commentedI haven't actually tried, but check out Drupal\name\NameOptionsProvider and likely an alter on the field settings
Comment #4
bluegeek9 commentedComment #7
bluegeek9 commentedComment #10
jcandan commentedThis change introduced new configuration schema. I believe this calls for a
hook_update_N(). See https://www.drupal.org/docs/drupal-apis/update-api/updating-configuration.Though the addition is not a breaking change, to be captured in already installed instances with Name enabled, they'll need an update to capture the added schema keys.
Comment #12
bluegeek9 commentedComment #14
bluegeek9 commentedComment #16
bluegeek9 commented