Skip to content

Instantly share code, notes, and snippets.

@ShockiTV
Last active February 17, 2016 17:14
Show Gist options
  • Save ShockiTV/12ef7a250a8669c1b00f to your computer and use it in GitHub Desktop.
Save ShockiTV/12ef7a250a8669c1b00f to your computer and use it in GitHub Desktop.
how I would try to generate array field count on the fly
'arrayFieldName': {
...
autoform: {
afArrayField: {
options: function () {
const count = calculateCount();
return {
initialCount: count
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment