fix: enable scrolling and show all options in tomselect

This commit is contained in:
2026-05-01 14:44:44 -04:00
parent c63ca6626e
commit 3703ed569a
@@ -13,6 +13,10 @@
background-color: #ffffff !important; background-color: #ffffff !important;
color: #1d273b !important; color: #1d273b !important;
} }
.ts-dropdown-content {
max-height: 300px !important;
overflow-y: auto !important;
}
.ts-dropdown .active { .ts-dropdown .active {
background-color: #f1f5f9 !important; background-color: #f1f5f9 !important;
} }
@@ -34,6 +38,7 @@
copyClassesToDropdown: false, copyClassesToDropdown: false,
dropdownParent: 'body', dropdownParent: 'body',
controlInput: '<input>', controlInput: '<input>',
maxOptions: null,
sortField: [{ sortField: [{
field: 'text', field: 'text',
direction: 'asc', direction: 'asc',