We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91442bb + ac516e1 commit 7fb509aCopy full SHA for 7fb509a
frontend/express/public/javascripts/countly/vue/components/content.js
@@ -425,6 +425,7 @@
425
v-bind="inputProps"
426
:value="localValue"
427
@input="updateValue"
428
+ :format-tooltip="inputProps && inputProps.formatTooltip"
429
:min="inputProps && inputProps.min"
430
:max="inputProps && inputProps.max"
431
class="cly-vue-content-builder__layout-step__component"
0 commit comments