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;
|
var el;
|
||||||
window.TomSelect && ({% if jekyll.environment == 'development' %}window.tabler_select["select-{{ id }}"] = {% endif %}new TomSelect(el = document.getElementById('select-{{ id }}'), {
|
window.TomSelect && ({% if jekyll.environment == 'development' %}window.tabler_select["select-{{ id }}"] = {% endif %}new TomSelect(el = document.getElementById('select-{{ id }}'), {
|
||||||
copyClassesToDropdown: false,
|
copyClassesToDropdown: false,
|
||||||
// dropdownClass: 'dropdown-menu ts-dropdown',
|
dropdownParent: 'body',
|
||||||
// optionClass: 'dropdown-item',
|
|
||||||
|
|
||||||
{% unless include.show-search %}
|
{% unless include.show-search %}
|
||||||
controlInput: '<input>',
|
controlInput: '<input>',
|
||||||
|
|||||||
Reference in New Issue
Block a user