1

所选值未填充到 form.values() 中?

form +++ SelectableSection<ListCheckRow<String>>("", selectionType: .singleSelection(enableDeselection: true))
form.last!.header = HeaderFooterView(title: field.comment)
form.last!.tag = field.column_name

for option in options {
   form.last! <<< ListCheckRow<String>(){ listRow in
       listRow.title = option
       listRow.selectableValue = option
       listRow.value = nil
       }
}

谢谢

4

0 回答 0