fix: ensure Tom Select searchability and handle selection

This commit is contained in:
2026-05-01 12:56:21 -04:00
parent 3f711effdc
commit ef00695950
@@ -6,6 +6,8 @@
if (!el.classList.contains('tomselected')) {
new TomSelect(el, {
create: false,
hideSelected: true,
maxOptions: null,
sortField: {
field: "text",
direction: "asc"