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
FromValue accepts a list of property paths. When resolving the value it tries each of these paths in turn.
FromValue
At present, it only falls back to the next value if the property path does not exist in the source object. Also fall back if the property value is nil
nil
The text was updated successfully, but these errors were encountered:
From value transform should fall back to next property path if value …
fd27a47
…property value is nil. Closes #197
21efa37
kaidaguerre
No branches or pull requests
FromValue
accepts a list of property paths. When resolving the value it tries each of these paths in turn.At present, it only falls back to the next value if the property path does not exist in the source object. Also fall back if the property value is
nil
The text was updated successfully, but these errors were encountered: