0.14.11
I see the value entered

I do not see the value entered
This seems like a menu positioning issue: From investigating it myself yesterday. I found that the current positioning of the menu does not comply with how material design autocomplete should work. I commented on the previous fix as it does not solve the problem. I also have an (incomplete) fix which currently disables the yOverflow check if autocomplete is "on" and ensures nudgeTop is zero when using autocomplete. this in itself is closer to the expected behavior but still does not comply with angular's own positioning as seen on:
https://material.angularjs.org/latest/demo/autocomplete
TLDR:
This is also happening when I add 'hide-details' prop to component: https://codepen.io/anon/pen/rzJLPb
This is something I started the foundation for last night, should be easy enough.
This was fixed as part of #1408. Also made some great improvements to keyboard support and functionality for v-select with the autocomplete prop.
Menu is still hovers above input if 'hide-details' attribute is used. Like in:
https://codepen.io/anon/pen/rzJLPb
Most helpful comment
Menu is still hovers above input if 'hide-details' attribute is used. Like in:
https://codepen.io/anon/pen/rzJLPb