Hide tooltip when CLIN field is disabled

This commit is contained in:
George Drummond 2019-01-21 09:47:00 -05:00
parent cb4d8e8330
commit aef2fbe180
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

View File

@ -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 %}