escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.07k stars 637 forks source link

Unable to 'bind' to a QPickerElement #632

Closed tatejones closed 10 years ago

tatejones commented 10 years ago

Maybe I am missing something but I am unable to bind to a QPickerElement via JSON.

eg. From sample.json with the additional bind.

{"type":"QPickerElement", "title":"Picker3", "items":[[1, 2, 3], ["Blue", "Yellow", "Green"], ["Metal","Chrome","Wood"]], "key":"Picker3", "bind":"textValue:Picker3"},

The key works, but it doesn't look like the class can marshall the something like this "Picker3" : "1\tYellow\tWood"

tatejones commented 10 years ago

Resolved.

Changed to "bind":"value:Picker3"