Skip to content

Commit

Permalink
[SER-787] Added missing decodeHtml to listbox
Browse files Browse the repository at this point in the history
  • Loading branch information
pnrgenc committed Sep 7, 2023
1 parent d1a576b commit e61b38c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
<slot name="option-prefix" v-bind="option"></slot>\
</div>\
<slot name="option-label" v-bind="option">\
<div :data-test-id="testId + \'-item-\' + idx" class="cly-vue-listbox__item-label" v-tooltip="option.label">{{option.label}}</div>\
<div :data-test-id="testId + \'-item-\' + idx" class="cly-vue-listbox__item-label" v-tooltip="option.label">{{decodeHtml(option.label)}}</div>\
</slot>\
</div>\
<div class="bu-level-right" v-if="hasRemovableOptions || !!$scopedSlots[\'option-suffix\']">\
Expand Down

0 comments on commit e61b38c

Please sign in to comment.