-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
- Laravel Version: 9.36.1
- Nova Version: 4.16.1
- PHP Version: 8.1.11
- Database Driver & Version: Sail mysql
- Operating System and Version: macOS Sail
- Browser type and version: Brave
Description:
I would like to display an URL field with custom html, and it doesn't work as expected.
URL field display the name of the field instead of the custom html:
If you replace URL by Text field, custom html are correctly displayed.
Detailed steps to reproduce the issue on a fresh Nova installation:
URL::make('test URL', function () {
return '<a href="https://laravel.com">laravel.com</a>';
})->asHtml(),
Text::make('test TEXT', function () {
return '<a href="https://laravel.com">laravel.com</a>';
})->asHtml(),Metadata
Metadata
Assignees
Labels
No labels
