We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea4c7e commit 299e1e6Copy full SHA for 299e1e6
client/components/forms/components/InputHelp.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div class="flex mb-1 input-help">
3
<small :class="theme.default.help" class="grow flex">
4
- <slot name="help"><span class="field-help" v-html="help" /></slot>
+ <slot name="help"><span v-if="help" class="field-help" v-html="help" /></slot>
5
</small>
6
<slot name="after-help">
7
<small class="flex-grow" />
0 commit comments