Hi All
I want to show icon with text in a dropdown. the icon and text will be static when we click on the dropdown the list opens.is there any existing widget i can use. please advise
PFA requirement screenshot
Thanks
Kumar
Hi @saravanakumar v
Dropdown Server Side - OutSystems 11 Documentation
Hope this helps
Regards,
Karnika.K
Hello, @saravanakumar v
Please Check This Post
Hope, This Post will helps you.
Best Regards
Hi SaravanaKumar,
In the DropdownWidget, you have an optionContent , select Custom.
And you can add icon and Exp, as shown
DEmo Link - Click Here
Let me know if you have any queries.
The icon and text "Disease Area" will be shown when the list is closed. when it is open it will only show the list item, no icon along with each list item
Hi,
You can achieve above by handling in CSS.
.dropdown-display .fa{ display: inline-block !important;}.dropdown-popup-row .fa{ display :none;}
Include the above code in CSS.
Let me know if it fix your issue.
Hi, @Saravana Kumar Sivaraj
I have achieved it previously using the same approach as Mythili. You can use dropdown and set content property to custom to show icon with text in dropdown list.
Hope you find solution. if you need I can share your OML.