Case 1: When no tooltip is explicitly set for radio group and If we hover over the radio buttons of docusign it shows tooltip as
<Required/Optional> – –
Case 2: If we set the tooltip for the radio group then on hover over the radio buttons it displays tooltip:
<Required/Optional> – –
I followed this question and kept the tooltip as zero width space (radioGroup.setTooltip(“u200B”);) but it just removes the radio group name from the tooltip
Requirement is not to show just Required/Optional or just the tooltip message. And setting value of radio button as empty string is not a solution as we have bunch of questions with radio buttons.
Using Docusign API in a Spring boot application.
Karanvir Singh Sidhu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.