vue-select2 icon indicating copy to clipboard operation
vue-select2 copied to clipboard

Labels not showing properly, plus the Bootstrap 4 theme ain't working

Open balduinofernando opened this issue 4 years ago • 1 comments

Hi @godbasin. I am using vue3-select2, the options data is being loaded, but it doesn't show the labels.

My options data is coming like this:

suppliers:[ {company_name:"Company 1", id:1}, {company_name:"Company 2", id: 2} ]

and the component is like this:

<select2 v-model="supplier_id" :options="suppliers" >

But the labels isn't shown. What should I do to make it work?

balduinofernando avatar May 09 '21 17:05 balduinofernando

Please provide a more specific code snippet, thanks.

godbasin avatar May 11 '21 03:05 godbasin