codenco-dev / nova-grid-system

Nova grid system for Laravel Nova
80 stars 33 forks source link

Field help text does not display HTML when using this #36

Open ArtDepartmentMJ opened 6 months ago

ArtDepartmentMJ commented 6 months ago

If you apply the help() method to a field then it will no longer display HTML

Text::make('First Name')->help(
    '<a href="#">External Link</a>'
),