Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop jQuery? #176

Open
tacman opened this issue Mar 10, 2021 · 0 comments
Open

Drop jQuery? #176

tacman opened this issue Mar 10, 2021 · 0 comments

Comments

@tacman
Copy link

tacman commented Mar 10, 2021

Bootstrap 5 will be out soon, and it no longer requires jQuery. It'd be great if this bundle didn't require it either, and instead used ES6 (with polyfill for older browsers).

The javascript part of this bundle is less than 150 lines, and while uses jQuery extensively, it's not really all that big. The issue, of course, is that select2 is a jquery plugin. choices.js seems to be a good jQuery-less alternative (though needs a new maintainer), but then this almost becomes a new bundle.

Thoughts on a new version, or should it be a completely new project? Regardless, I realize it's a non-trivial amount of work, so in part this is brainstorming. A new project could require Symfony 5+, php >=7.4, bootstrap 5.

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

No branches or pull requests

1 participant