Answer the question
In order to leave comments, you need to log in
How to make placeholder on SELECT?
I don't understand how to make placeholder on select. I found an example which is in the code, but it does not work.
<vSelect
class="select_change select-gradient"
v-model="selectedDirection"
:options="directionOptions"
@input="setDirection"
>
<option class="select__placeholder" value="" disabled selected>Выберите из списка</option>
</vSelect>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question