Help

Multiline tool tips

Topic Labels: Custom Extensions
641 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