We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad40603 commit bcc4f90Copy full SHA for bcc4f90
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