Minor fixes to select component to render HTML helpers

This commit is contained in:
2024-12-04 18:05:37 +11:00
parent 8c8283503f
commit fd780d1756
2 changed files with 4 additions and 7 deletions

View File

@@ -22,6 +22,6 @@
</span>
</div>
@isset($helper)
<span class="input-helper">{{ $helper }}</span>
<span class="input-helper">{!! html_entity_decode($helper) !!}</span>
@endif
</div>