neoneye/SwiftyFORM

OptionPickerFormItem has no 'value' property in DumpVisitor.dump()

skram opened this issue · 1 comments

skram commented

In the process of writing this issue, I've found that when dumping my form, my OptionPickerFormItem has no property value, I just solved it by adding dict["value"] = object.selected?.title in visitOptionPicker() . Might want to address it, unless this is the intended behavior? Thanks for this awesome framework!

Thank you @skram for this fix