From eef79d7cbc20c333155abd083e0aa37981bb6e13 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 9 Feb 2024 15:37:20 -0500 Subject: [PATCH] Prevent TomSelect from initializing on elements with statically-defined options export function initStaticSelects(): void { for (const select of getElements( - 'select:not(.api-select):not(.color-select)', + 'select:not(.api-select):not(.color-select):not([size])', )) { new TomSelect(select, { ...config,