Hello All,
Is there any alternate to tooltips, in our case we are using tooltips to show some extra information about input fields.
we are facing some accessibility issues with tooltip.
Regards,
Hi @Bilalhussaini Sayyed
You can try Balloon Widget for your Req.
Ref:https://www.outsystems.com/forge/component-overview/8568/balloon-widget-o11#:~:text=The%20Balloon%20offers%20a%20more,screen%2C%20like%20a%20notifications%20panel.
OR you can create custom Tooltips
Ref:https://www.outsystems.com/forums/discussion/87091/customized-tooltip/
Thanks
Md Mansur
Hello @Bilalhussaini Sayyed
Either you can try Ballon Widget as @Md Mansur said or you can customize your tool-tip.
Check out the attached OML for your reference. Hope this works for you.
Regards
Prince
Hi @Bilalhussaini Sayyed,
What issues you're facing on accessibility?
You can go with popup as well. On click or focus, display a popup with the information and manage its visibility based on needs.
Hope this helps!
Hello,
In widget extended property use title=“your expression or text “
Shradha
Hello @Bilalhussaini Sayyed,
You can customize tooltips using CSS according to your requirements. Could you share the issue you're facing and how you would like the information to be displayed?
Thanks.