Infolist data from Form textarea
Hey all
I have some data saved using a Textarea with mulitple lines. Is there a standard practice way to get the line breaks to show when using TextEntry on an infolist?
thank you
4 Replies
TextEntry::make('description')
->html()
I did try that but it didn’t give me the line breaks
I’ll give this a whirl, thank you