On hover of an input field we are showing tooltip which needs some formatting like making some words bold.
Please suggest if this is possible or any other alternative for the same.
On hover of an input field we are showing tooltip which needs some formatting like making some words bold.
Please suggest if this is possible or any other alternative for the same.
@Ganesh_Wagh On hover event you can add the action “Show Smart Info” which will allow you to refer a section. You can do all the formatting in that section
Hey @Dharanidharan Thanks for your suggestion,
Yeah, I had the suggested approach in mind, but it’s inconsistent with how we normally show in our application. Anyways I got clarification from Pega team that tooltip itself doesn’t support any formatting. Hence, we will be going with plane text only as of now.