We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I recently updated to 4.0.1 and the rows with XLFormRowDescriptorTypeSelectorPush, valueTransformers
4.0.1
row = XLFormRowDescriptor(tag: "tag", rowType: XLFormRowDescriptorTypeSelectorPush, title: "title") row.valueTransformer = CustomValueTransformer.self
Values of such rows are not coming up in form.formValues on submit. When I revert back to 4.0.0 it works fine. Can you please check?
4.0.0
Note: I upgraded it as a part of Swift 5 migration. Please check if that could be the issue.
The text was updated successfully, but these errors were encountered:
I am also seeing a similar, possibly related issue where form.formValues does not return custom objects unless they conform to XLFormOptionObject.
XLFormOptionObject
See the code here: https://github.com/xmartlabs/XLForm/blob/master/XLForm/XL/Helpers/NSObject+XLFormAdditions.m#L43
Sorry, something went wrong.
No branches or pull requests
Hi,
I recently updated to
4.0.1
and the rows with XLFormRowDescriptorTypeSelectorPush, valueTransformersValues of such rows are not coming up in form.formValues on submit. When I revert back to
4.0.0
it works fine. Can you please check?Note: I upgraded it as a part of Swift 5 migration. Please check if that could be the issue.
The text was updated successfully, but these errors were encountered: