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:
@@ -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>',
|
||||
|
||||
Reference in New Issue
Block a user