yuche / vue-strap

Bootstrap components built with Vue.js
http://yuche.github.io/vue-strap/
MIT License
4.71k stars 929 forks source link

Improvent of Select component #339

Open evanslify opened 8 years ago

evanslify commented 8 years ago

For now, the select component requires both label and value key inside the elements in order to work properly. I propose that we should be able to choose what label is in our data.

Also, when an array of objects are given, if the value key is missing, the component would work but will not show what is selected on the "select bar".