The option zstyle ':autocomplete:tab:*' completion select no longer works in last commit.
Steps to reproduce the behavior:
$ cd $(mktemp -d)
$ ZDOTDIR=$PWD HOME=$PWD zsh -df
$ source path/to/zsh-autocomplete.plugin.zsh
$ zstyle ':autocomplete:tab:*' completion select
$ cd /
# tap ⇥ to enter in completion menu, but it selects the first item of menu.
tap ⇥ must enter in completion menu, not select the first item. (If completion select is set for :autocomplete:tab:*)
tap ⇥ selects the first item of menu.
For anybody want to save time to add new settings, on dev branch, latest commits, you can use
zstyle ':autocomplete:tab:*' accept-autosuggestions no
zstyle ':autocomplete:tab:*' widget-style menu-select
Closing this as I will redo the features that I prototyped on the dev branch.
Most helpful comment
For anybody want to save time to add new settings, on dev branch, latest commits, you can use