escoz / QuickDialog

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

When used multiple QRadioElement, QRootElement fetchValueIntoObject returns just the last one with wrong value #680

Closed gderaco closed 10 years ago

gderaco commented 10 years ago

I have a serie of elements ( QEntryElement, (3x)QRadioElement, QButtonElement ...) and when a button is pressed I read the data. I see that the Dictionary contains just one entry of QRadioElements wich is the key of the last one and the value of the first one. I'm using an iPad.