Help

The Community will be undergoing maintenance from Friday February 21 - Friday, February 28 and will be "read only" during this time. To learn more, check out our Announcements blog post.

Multiline tool tips

Topic Labels: Custom Extensions
923 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Matt_Caruso
6 - Interface Innovator
6 - Interface Innovator

Does anyone have any tips for creating multi-line tooltips in Custom Apps? My tool tip is a long sentence and it doesn’t appear at all if the window is too small. I’m trying to add new line characters and also tried the following which isn’t doing the trick.

<Tooltip
      content={() => {return <Text>"LONG TOOLTIP TEXT HERE"</Text>}}
      placementX={Tooltip.placements.RIGHT}
      placementY={Tooltip.placements.CENTER}
>
0 Replies 0