Skip to content

Commit bcc4f90

Browse files
feat: add tooltip format prop
1 parent ad40603 commit bcc4f90

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)