How to Add a Label to a Custom Dropdown Widget in Mendix?

0
Hey everyone, I'm using a custom dropdown widget in Mendix, and I need to improve its accessibility. One of the key requirements is that form elements must have labels.   However, I can't seem to properly set up a label for this dropdown. I've tried different approaches, but nothing seems to work. Has anyone encountered this issue before? How can I ensure that the dropdown is correctly labeled for screen readers and meets accessibility guidelines? Any help would be greatly appreciated!    
asked
1 answers
0

Hi Fouad,

     If you could not find label for your dropdown, you can use normal text above dropdown in page and align the text as like other textbox by using CSS.

answered