The dropdown is not showing from select element

I cant see the dropdown options for my select element - ( not sure what setting I am missing) - I have an array with key value pair and also the , labels and values mapped

Hi there :waving_hand:

What do you mean by “not being able to see the options”? do you mean that when you click on preview and click on the element the dropdown section doesnt appear?

So , I couldn’t see the options when I click the drop-down - but fixed the issue now, thanks !

Great!
Care to explain how you solved it?

So, it was a mistake on my end and I was trying to resize the drop-down width without matching the select element width and that compressed the dropdown, resulting in no display

1 Like