diff --git a/templates/components/text_input.html b/templates/components/text_input.html index 5a0214d8..8611b8ca 100644 --- a/templates/components/text_input.html +++ b/templates/components/text_input.html @@ -31,7 +31,9 @@ {{ label }} - {% if tooltip %}{{ Tooltip(tooltip, tooltip_title) }}{% endif %} + {% if tooltip and not disabled %} + {{ Tooltip(tooltip, tooltip_title) }} + {% endif %} {% if field.description %}