I'm using this 'Option Content' value as 'Custom' because I want to apply CSS over this dropdown according to my need.
But then I'm not able to use the features of normal dropdown having the 'Option Content' value 'Text' like keyboard keys (Up-Down Arrow keys, jumping with alphabet keys) are not working.
Use this link and try using keyboards Test Screen you'll get the difference.
I also want these features to be enabled in the 'Custom' dropdown.
Any suggestions?
Hello @Saransh
Dropdown widgets are not an OutSystems UI component so the topic should not be raised under this component - probably via support ticket to reach the product team.However, looking at what you're reporting it seems to be the default behaviour of the dropdown platform widget since with that option the HTML structure changes.For a more custom component, I would suggest implementing your own custom component so that you can implement your rules.
Cheers,GM
Thanks for your suggestions GM.