Multi line text in modalDescription
hi, i have a modal with this code
it works but i need repair_note and diagnosis in new lines.
is it possible? html tags are not converted.
2 Replies
->modalDescription(fn(Repair $record) => new HtmlString('<div>...</div>'))
I think you can also use a view
->modalDescription(view('custom-view'))
uhm, thanks
i definetly look in