I’ve noticed this in a few builds and still see it in 2300
The following code will show the issue. I cannot make any selection other than “beginner”
local widget = require("widget") local columnData = {} columnData[1] = {} columnData[1].labels = {"beginner", "intermediate", "advanced"} columnData[1].align = "left" columnData[1].startIndex = 1 local picker = widget.newPickerWheel{ top= 95, columns=columnData, }
Not quite sure what the deal is … i have other picker wheels that work just fine for Date, etc. Something about the data … or some bug associated with one column or limited data ???
Perhaps it is my misunderstanding of things …
Any help is appreciated.