Dropdown default value not displaying

Hey everyone.
I read some old threads about this issue. They’ve filed bug reports but I don’t know whether it’s resolved or not but I see a value in the debugger but that value is not getting displayed as the Default value of the dropdown.


IMG_20211225_161119

Any help would be greatly appreciated.

Hii @maheshkasindi

Did your option value contain same value as your default value ?
This issues only occur when your current option of dropdown does not contain default value then dropdown will not show any value.
because that default value is not part of your dropdown option value.

you can try using same option as that of default value or can try making default value same as current option value.then it will work.

hope
i am able to covey this part to you.

1 Like

Hey Yash,
Thank you for your response.
Yahh you’ve conveyed it very well.

So for default value to be displayed, that value should be in the list of possible options?

1 Like

@maheshkasindi
yes (default value needed to be in the list of possible options) :grinning_face_with_smiling_eyes:
then it will work.

1 Like

I was having a tough time, trying to fix the default value of a dropdown and had to work around it :slight_smile:
Today I found this post, which explained whats to be done to fix the default value, (most of the time, a type TEXT will do the trick)

I am posting this here in case anyone finds it useful
:+1:

This topic was automatically closed after 70 days. New replies are no longer allowed.