Andrew
My feedback
1 result found
-
1 vote
An error occurred while saving the comment Andrew shared this idea ·
1 result found
Please sign in to leave feedback
Please sign in to leave feedback
No results.
Clear search results
`array` in the javascript should be `this.fieldValue`.
The `this` object in the script scope should at least have `{fieldValue: ['one','two'], fieldName: 'nameOfArray'}`.
similar but off topic:
This is in line with the required `eval()` global scope fix, if and when javascript requires `.bind()` to access variables in the outer `eval()` scope, fixing that access problem in the language using the existing `.bind()` construct.