fix: explicitly define controlInput in Tom Select

This commit is contained in:
2026-05-01 12:56:51 -04:00
parent ef00695950
commit 3cc39c4b3d
@@ -11,7 +11,8 @@
sortField: { sortField: {
field: "text", field: "text",
direction: "asc" direction: "asc"
} },
controlInput: '<input type="text" />'
}); });
} }
}); });