We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f532d commit 18ba42cCopy full SHA for 18ba42c
frontend/express/public/javascripts/countly/vue/components/input.js
@@ -302,7 +302,7 @@
302
<slot name="option-prefix" v-bind="option"></slot>\
303
</div>\
304
<slot name="option-label" v-bind="option">\
305
- <div :data-test-id="testId + \'-item-\' + (option.label ? option.label.replaceAll(\' \', \'-\').toLowerCase() : \' \')" class="cly-vue-listbox__item-label" v-tooltip="option.label">{{decodeHtml(option.label)}}</div>\
+ <div :data-test-id="testId + \'-item-\' + (option.label ? option.label.replaceAll(\' \', \'-\').toLowerCase() : \' \')" class="cly-vue-listbox__item-label" v-tooltip="decodeHtml(option.label)">{{decodeHtml(option.label)}}</div>\
306
</slot>\
307
308
<div class="bu-level-right" v-if="hasRemovableOptions || !!$scopedSlots[\'option-suffix\']">\
0 commit comments