mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
Fix dead and miswired props in shared UI/card components (#2827)
This commit is contained in:
@@ -140,7 +140,7 @@ const selectId = id ? `select-${id}` : undefined;
|
||||
(window.tabler_select[selectId] = new TomSelect(document.getElementById(selectId), {
|
||||
copyClassesToDropdown: false,
|
||||
dropdownParent: 'body',
|
||||
...(showSearch ? {} : { controlInput: '<input>' }),
|
||||
...(showSearch === false ? { controlInput: null } : {}),
|
||||
render: {
|
||||
item: renderOption,
|
||||
option: renderOption,
|
||||
|
||||
Reference in New Issue
Block a user