-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Description
If I create a dropdown selector, like
local Values = {"Option 1"}
local Dropdown = Tabs.Main:AddDropdown("Dropdown", {
Title = "Test",
Values = Values,
Multi = false,
Default = 1
})
table.insert(Values, "Option 2")
The dropdown Won't update to include Option 2. Anyone know how to fix this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels