Only number picker help hint when not empty

This commit is contained in:
Bernd Bestel 2020-11-11 22:17:01 +01:00
parent 11f65629e3
commit c3e59d21b9
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -21,10 +21,12 @@
class="form-group {{ $additionalGroupCssClasses }}">
<label for="{{ $id }}">
{{ $__t($label) }}
@if(!empty($hint) || !empty($hintId))
<i id="{{ $hintId }}"
class="fas fa-question-circle"
data-toggle="tooltip"
title="{{ $hint }}"></i>
@endif
{!! $additionalHtmlContextHelp !!}
@if(!empty($contextInfoId))
<span id="{{ $contextInfoId }}"