Browsing articles tagged with "jquery Archives - PHP Dev Tips"
Jun
2
2020

Making Select2 Work with VueJS for Single and Multiselect Menus

Select2 Image

Recently I was migrating a website from a traditional front end; HTML, CSS, jQuery, etc… to Blade with VueJS and all was well in the world until… SELECT2. Getting the jQuery Select2 plugin to work with VueJS did not go well. The select2 menu items were populating, the forms seemed great, easy swap- no problem!  LIES.  ALL LIES.  After finishing up the initial front end migration, naturally I tried to submit my beautiful new VueJS form […]