- 🇩🇪Germany Anybody Porta Westfalica
Indeed this is the (only left) module introducing (many) jquery_X dependencies in all projects. So totally makes sense here and will drop a lot of JS code :)
BTW: https://github.com/fabiospampinato/cash might have been a good way to reduce the jquery dependencies a lot and still keep the UX. But that's a different topic (at least if it doesn't help here)
- 🇺🇸United States attheshow
For anyone else following this issue, you might be curious to see patch #26 in this issue ( https://www.drupal.org/project/better_exposed_filters/issues/3210946 → ) that removes at least the requirement for the jquery_ui_touch_punch module.
- 🇺🇸United States attheshow
Another alternative appears to also be to use the Views Date Filter module ( https://www.drupal.org/project/date_filter → ) which changes regular exposed views date fields to html date inputs so that the browser-native datepicker gets utilized.
- 🇳🇱Netherlands casey
Here's a patch that removes the jquery dependency from better_exposed_filters/general and better_exposed_filters/auto_submit
- last update
12 months ago 27 pass, 7 fail - last update
12 months ago 27 pass, 7 fail - First commit to issue fork.
- 🇩🇰Denmark ressa Copenhagen
Sorry about the noise, I re-rolled the patch in Gitlab, and used the wrong branch in my first attempt.
The #13 patch works well, and exposed filters function without jQuery, thanks @casey.
- Merge request !52Draft: removes jquery dependency from general and auto_submit → (Closed) created by ressa
- Status changed to Fixed
7 months ago 3:08pm 22 May 2024 Automatically closed - issue fixed for 2 weeks with no activity.
- 🇳🇱Netherlands timohuisman Leiden, Netherlands
jQuery is removed from 7.0.x, but still present in 6.x. I've rerolled patch #13 for the latest tag (6.0.6) and the dev branch.