You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way that I can populate dropdown options in runtime?
I checked Dropdown.cs in sample code and I found that I can add them through Dropdown.DropdownOptions
However, Dropdown.DropdownOptions is actually set to private access, so I wasn't possible to add options via code initially.
Is there any reason you marked DropdownOptions as private, or is there any way that I can add/remove options in a code?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is there any way that I can populate dropdown options in runtime?
I checked Dropdown.cs in sample code and I found that I can add them through Dropdown.DropdownOptions
However, Dropdown.DropdownOptions is actually set to private access, so I wasn't possible to add options via code initially.
Is there any reason you marked DropdownOptions as private, or is there any way that I can add/remove options in a code?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions