Minor fixes to select component to render HTML helpers
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user