How to get the text from inside a ComboBox
I want to get the text from a combobox so I can later use it, but when I use SelectedItem() it returns the entire type as well as the text. How can I get it to return what I actually want?
Combobox and problem command below
4 Replies
Should just be the
Text
propertyWon't that always return the default text?
It changes when an item is selected
oh nvm then I'm stupid
sorry
thanks
Yeah my bad it works exactly like that
Closed myself to the possibility on an assumption
thanks for the help