Skip to content

wip: replace select2 by selectize

Bengfort requested to merge wip-selectize into main

select2 is unmaintained, the last release was in 2020

I try to keep my eyes open for alternatives. Recently I found selectize:

  • Like select2, it depends on jquery
  • Official support for bootstrap5
  • Does not have first party support for WAI-ARIA. There is a plugin available, but that is 4 years old and does not do a stellar job either (e.g. no aria-activedescendant).
  • No i18n support
  • I had a graphic bug (rouge background image)

This might be a step forward, but a small one.

Edited by Bengfort

Merge request reports