From e3c13c989b6d92cb41627e663ddc12c36c9afafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Mummert?= Date: Mon, 23 Feb 2026 20:43:43 +0100 Subject: [PATCH] Keep Tom Select setup core-only --- .../templates/frontend/event_filter.html.twig | 35 ------------------- 1 file changed, 35 deletions(-) diff --git a/contao/templates/frontend/event_filter.html.twig b/contao/templates/frontend/event_filter.html.twig index 8fa0626..950eb1f 100644 --- a/contao/templates/frontend/event_filter.html.twig +++ b/contao/templates/frontend/event_filter.html.twig @@ -82,30 +82,6 @@ display: none; } - #eventfilters .ts-wrapper.single .ts-control { - position: relative; - padding-right: 2rem; - } - - #eventfilters .ts-wrapper.single .ts-control::after { - content: ''; - position: absolute; - right: 0.75rem; - top: 50%; - width: 0; - height: 0; - border-left: 0.3rem solid transparent; - border-right: 0.3rem solid transparent; - border-top: 0.4rem solid currentColor; - transform: translateY(-30%); - pointer-events: none; - opacity: 0.7; - } - - #eventfilters .ts-wrapper.single.dropdown-active .ts-control::after { - transform: translateY(-65%) rotate(180deg); - } - @@ -153,17 +129,6 @@ field: 'text', direction: 'asc', }, - onInitialize() { - if (!this.control_input) { - return; - } - - this.control_input.setAttribute('autocomplete', 'off'); - this.control_input.setAttribute('autocorrect', 'off'); - this.control_input.setAttribute('autocapitalize', 'off'); - this.control_input.setAttribute('spellcheck', 'false'); - this.control_input.setAttribute('name', `${selectElement.id}-ts-input`); - }, }); };