Merge pull request #564 from dod-ccpo/disabled-clin-no-tooltip

Hide tooltip when CLIN field is disabled
This commit is contained in:
George Drummond
2019-01-21 16:22:56 -05:00
committed by GitHub

View File

@@ -31,7 +31,9 @@
<label for={{field.name}}> <label for={{field.name}}>
<div class="usa-input__title"> <div class="usa-input__title">
{{ label }} {{ label }}
{% if tooltip %}{{ Tooltip(tooltip, tooltip_title) }}{% endif %} {% if tooltip and not disabled %}
{{ Tooltip(tooltip, tooltip_title) }}
{% endif %}
</div> </div>
{% if field.description %} {% if field.description %}