Closed aerickson closed 1 year ago
somewhat related: Selection boxes will explode on iOS if items=a_dict.values() vs a list(). Using items=a_dict.values() works fine on Android and Cocoa.
toga_iOS/widgets/selection.py", line 19, in pickerView_titleForRow_forComponent_
This will be resolved (and tested) by the textinput widget audit in #1944.
Describe the bug The code below explodes on iOS and Android (Mac/cocoa must do some casting?).
It works if the integers are cast via str().
To Reproduce Steps to reproduce the behavior:
briefcase run iOS
orbriefcase run android
Expected behavior The code above should work.
Screenshots n/a
Environment: