From 3703ed569a38fa8c2839ba1287eae5b7c0d265a4 Mon Sep 17 00:00:00 2001 From: Russ Long Date: Fri, 1 May 2026 14:44:44 -0400 Subject: [PATCH] fix: enable scrolling and show all options in tomselect --- resources/views/components/tomselect.blade.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/views/components/tomselect.blade.php b/resources/views/components/tomselect.blade.php index b488959..5035c54 100644 --- a/resources/views/components/tomselect.blade.php +++ b/resources/views/components/tomselect.blade.php @@ -13,6 +13,10 @@ background-color: #ffffff !important; color: #1d273b !important; } + .ts-dropdown-content { + max-height: 300px !important; + overflow-y: auto !important; + } .ts-dropdown .active { background-color: #f1f5f9 !important; } @@ -34,6 +38,7 @@ copyClassesToDropdown: false, dropdownParent: 'body', controlInput: '', + maxOptions: null, sortField: [{ field: 'text', direction: 'asc',