vue-bootstrap-select icon indicating copy to clipboard operation
vue-bootstrap-select copied to clipboard

How to set the default/existing value

Open Ravenna opened this issue 5 years ago • 1 comments

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

Ravenna avatar Aug 19 '19 23:08 Ravenna

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.

ddlaat avatar Oct 22 '19 13:10 ddlaat