When I call this method `local test = widget.comboBox:currentIndex()` I get this error attempt to call method ‘currentIndex’ (a number value) How can I get this comboBox Index? best wishes :)
When I call this method
local test = widget.comboBox:currentIndex()I get this error
attempt to call method ‘currentIndex’ (a number value)
How can I get this comboBox Index?
best wishes :)