1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

fix #1409: tom-select dropdown will be shaded in table-responsive

This commit is contained in:
codecalm
2023-03-16 23:28:59 +01:00
parent e63877ea40
commit 552f8a62fa

View File

@@ -65,8 +65,7 @@
var el;
window.TomSelect && ({% if jekyll.environment == 'development' %}window.tabler_select["select-{{ id }}"] = {% endif %}new TomSelect(el = document.getElementById('select-{{ id }}'), {
copyClassesToDropdown: false,
// dropdownClass: 'dropdown-menu ts-dropdown',
// optionClass: 'dropdown-item',
dropdownParent: 'body',
{% unless include.show-search %}
controlInput: '<input>',