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
Sort of like autoValue where you can do this.field('someOtherField'). Example:
{ type: String, label: function () { if (this.field('someOtherField').value === 'someValue')) { return 'My Custom Label'; } return 'My Default Label'; } }
Further, if this field was within an array or deeply embedded in arrays it would be useful to reference
this.field('someArr.$.someField').value
Perhaps this could be connected to the reactivity needed in #483.
The text was updated successfully, but these errors were encountered:
This could probably be added eventually, but it would actually be a change in the SimpleSchema package. Can you post this to that repo instead?
Sorry, something went wrong.
No branches or pull requests
Sort of like autoValue where you can do this.field('someOtherField'). Example:
Further, if this field was within an array or deeply embedded in arrays it would be useful to reference
Perhaps this could be connected to the reactivity needed in #483.
The text was updated successfully, but these errors were encountered: