The problem: V-select was not showing the placeholder.

The solution is easy but nearly impossible to know at first.
1 | <v-select v-model="topic" :items="topicForJS" label="Select Topic" outlined="" persistent-placeholder="" placeholder="Select Topic" :error-messages="topicErrors"></v-select> |
The
1 | persistent-placeholder |
1 | placeholder |

Perhaps this applies on v-autocomplete as well?