diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 7d829bdb0..265a61639 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -2294,7 +2294,9 @@ define([ value = val; var $val = $innerblock.find('[data-value="'+val+'"]'); var textValue = name || $val.html() || val; - $button.find('.cp-dropdown-button-title').html(textValue); + setTimeout(function () { + $button.find('.cp-dropdown-button-title').html(textValue); + }); }; $container.getValue = function () { return value || '';