vue-bootstrap-select
vue-bootstrap-select copied to clipboard
How to set the default/existing value
I have a case where the user can come back and edit the form they filled out. How do I set an existing value?
thanks
It is done by the v-model
, but it should contain the textProp and not the valueProp. I think it is more common to set a default by value instead of text property though.