#New line in tooltip label

2 messages · Page 1 of 1 (latest)

hybrid musk
#

I'm trying to populate a tooltip label with a multiline string created from an array using join() , but it seems like \n or new lines in template strings are both converted to a space as a separator for the label's string even with the tooltip's multiline prop. Is there a way to keep new lines without explicitly setting the width?

hybrid musk