Select2 in Vue.js 3 with Composition API

preview_player
Показать описание


- - - - -
Support the channel by checking out our products:
Рекомендации по теме
Комментарии
Автор

Last time I needed something like this I made it myself.Kinda simple concept: a div container, a input followed by a list. If you consider you need to can use a virtualscroller made by somebody else or made by you.
It's not a big deal to make and I find it easier to make my own stuff(if it's simple enought) than to learn how to use and modify somethign that already exists.

MrDragos
Автор

Thanks for the video, recently I added that library to my proyect only for studies purposes, i was using bootstrap 5 so I passed in settings prop { theme: 'bootstrap-5'} and before I was added in index file so the select look like more stylized by bootstrap 5 classes. I need get better my english i know.

joseborges
Автор

Ah yes the legendary jquery select2, till this day i'm still using it and recently try Vue 3 on my Laravel project, this is what i need. Thank you!

princehusky
Автор

Vue-select and vue-multiselect. Both works with Vue3 and has support for async loading.

MateuszSzf
Автор

Any suggestions for autocomplete dropdowns that depend on other dropdowns? Currently using vue-select, got it working, but seems too complex “just” for a dropdown.

LeonardoGA
Автор

How to show the option selected when edit the same form in the dropdown. Please make a vedio

arunkumar-zieg
Автор

works like charm .. thnks .. tried hustling with the multiselect it has alot of bugs

segayiandrew
Автор

When I select an option from the select2, the other options are disabled and I can´t select an another

doloresligorria
Автор

Great, I'm able to make it works,
However whenever I put it inside a Modal(bootstrap 5) it wont work.

edseljaygavino
Автор

can't set options like : {id: key, text: 'value} in vue ^3.4.21

dthieu
Автор

How can I show more than one category in the Post list?

mijaelcabanillas
Автор

I have this error Uncaught SyntaxError: The requested module does not provide an export named 'default'

farabisajib
Автор

please sir how add seleted value vue3 select2 component

DjamalaGomez
Автор

thank you Russell Crowe, you are the best !

alvaroparra
Автор

It does not work on new vuejs versions

orphnsx
Автор

Quasar framework has a lot of this features. I really want you to go through quasar framework

rjchhetri
Автор

I don't get the point in using a library which depends on jQuery while we are leveraging on vue.js. Doesn't this add a lot of overhead? Thanks!

MarcoMasi-masiorama
Автор

We need more advanced solution. For example we have 100 000. How to avoid loading all those 100 000, and enable with this select2 asynchronous loading of categories by start typing search value...for example I will type "sel" so options for select will be loaded asynchronously and I will have options "selected" "select by editor" "selected by author" and other started with "sel".

marcinrobertkazmierczak
Автор

Good video, just have one question, do this package depend on jQuery? I think I did use similar package but having issue integrating both jQuery and vue syntax. In the code I write, according to the syntax, it is impossible to implement at certain stage.

amirulidzham
Автор

Uncaught SyntaxError: ambiguous indirect export: default ---->select2.vue

aungkyawmyint