Skip to content

Commit 7fb509a

Browse files
Merge pull request #5818 from Countly/feat-add-tooltip-format-prop-to-content-step-slider
Feat: add tooltip format prop
2 parents 91442bb + ac516e1 commit 7fb509a

File tree

1 file changed

+1
-0
lines changed
  • frontend/express/public/javascripts/countly/vue/components

1 file changed

+1
-0
lines changed

frontend/express/public/javascripts/countly/vue/components/content.js

+1
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@
425425
v-bind="inputProps"
426426
:value="localValue"
427427
@input="updateValue"
428+
:format-tooltip="inputProps && inputProps.formatTooltip"
428429
:min="inputProps && inputProps.min"
429430
:max="inputProps && inputProps.max"
430431
class="cly-vue-content-builder__layout-step__component"

0 commit comments

Comments
 (0)