We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf5f00 commit f19350eCopy full SHA for f19350e
src/app/features/registries/components/custom-step/custom-step.component.html
@@ -45,14 +45,13 @@ <h3 class="mb-2">
45
<span class="text-red-500">*</span>
46
}
47
</h3>
48
-
49
- @if (q.helpText) {
50
- <osf-info-icon [tooltipText]="q.helpText" tooltipPosition="top"></osf-info-icon>
51
- }
52
</div>
53
@if (q.paragraphText) {
54
<p class="mb-3">{{ q.paragraphText }}</p>
55
+ @if (q.helpText && q.fieldType !== FieldType.Radio && q.fieldType !== FieldType.Checkbox) {
+ <p>{{ q.helpText }}</p>
+ }
56
</label>
57
@if (q.exampleText) {
58
<p-inplace #inplaceRef styleClass="mb-4">
0 commit comments