Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Why are values saved in arrays if allowsMultipleSelection is off? #20

Closed
MaxHasADHD opened this issue Jan 9, 2015 · 0 comments
Closed

Comments

@MaxHasADHD
Copy link

This was causing some issues in my code, I think single values should be saved as that value. To fix just change
formCell.rowDescriptor.value = NSMutableArray(object: optionValue)
to
formCell.rowDescriptor.value = optionValue
in FormOptionsSelectorController.swift

@ortuman ortuman closed this as completed May 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants