Chrome Version 69.0.3497.42 (Official Build) beta (64-bit) on Windows
Not sure if it belongs to another bug report, but you cannot select items in the drop down using the mouse either (on Firefox 63.0b2)
@DavidHtx yes https://github.com/vuematerial/vue-material/issues/1909
Additionally i observed the following behavior: when you type at least one character in the autocomplete field you can start selecting items with the arrow keys and confirm the selection with enter - internally everything seems to work fine.
Only caveat: Highlighting does not work, so you don't know which item is selected...
Like above comment says; sometimes one can use the arrow keys, but there is no highlighting of the option currently selected.
Sometimes you will instead get errors in the console, just as described in https://github.com/vuematerial/vue-material/issues/1747 .
Reproduce:
A suggestion from me regarding this component: it would be nice if it was possible to both open on focus and after keystroke. This is for example how Autocomplete in Material for Angular works by default, and it is very useful because one can choose if one want to write or select from the list right away - no writing required.
Most helpful comment
@DavidHtx yes https://github.com/vuematerial/vue-material/issues/1909