diff --git a/js/dropdown.js b/js/dropdown.js index 47ed780..c145c51 100644 --- a/js/dropdown.js +++ b/js/dropdown.js @@ -21,7 +21,7 @@ export function renderDropdown(dropdown, renderItem) { ]), }, button, { id: _.uniqueId('dropdown-button-'), - disabled: false, + disabled: dropdown.disabled, text: '', iconLeft: null, iconRight: ['glyphicon', 'glyphicon-triangle-bottom'],