Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

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

Open
balduinofernando opened this issue May 9, 2021 · 1 comment

Comments

@balduinofernando
Copy link

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?

@godbasin
Copy link
Owner

Please provide a more specific code snippet, thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants