matfish2 / vue-formular

a comprehensive vue.js form component
https://www.npmjs.com/package/vue-formular
MIT License
43 stars 11 forks source link

about V-select #15

Closed JianiYang closed 7 years ago

JianiYang commented 7 years ago

Now I want to use a V-select without a placeholder . And I found that it will add a selectoption as default , but it will give the user update a empty value . How can I forbidden this default option ?

matfish2 commented 7 years ago

Use the no-default prop (see docs)

JianiYang commented 7 years ago

Thanks