Merge pull request #564 from dod-ccpo/disabled-clin-no-tooltip
Hide tooltip when CLIN field is disabled
This commit is contained in:
commit
d20365ff0f
@ -31,7 +31,9 @@
|
||||
<label for={{field.name}}>
|
||||
<div class="usa-input__title">
|
||||
{{ label }}
|
||||
{% if tooltip %}{{ Tooltip(tooltip, tooltip_title) }}{% endif %}
|
||||
{% if tooltip and not disabled %}
|
||||
{{ Tooltip(tooltip, tooltip_title) }}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% if field.description %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user