yuche / vue-strap

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

Initial value for bs-input is not appeared #526

Open vsevolod-droids-digital opened 6 years ago

vsevolod-droids-digital commented 6 years ago

When I try to use as <bs-input v-model="object.name" required/> and object.name is not null, the input is empty (but value is assigned and changed if typing something in input box)

cristoferdomingues commented 6 years ago

Same here