Closed
Description
In ASFDS, definitions of callbacks can be strings, which it very usable when forms are stored/generated as pure JSON server side. I would very much like that for ASF, too.
The code is straightforward, ASFDS simply looks in the form scope:
https://github.com/OptimalBPM/angular-schema-form-dynamic-select/blob/master/src/angular-schema-form-dynamic-select.js#L232
(I guess "callbackScope" could be an a setting, but so far, no requests for that has surfaced).
Any objections?