You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code seems to get as far as the else if (_.isFunction(options)) block but does not make it into the renderOptions function. I have over-ridden the function in my code and replaced the block with:
else if (_.isFunction(options)) {
var newOptions = options();
this.renderOptions(newOptions);
}
The text was updated successfully, but these errors were encountered:
I am using the following schema for a radio control:
The code seems to get as far as the
else if (_.isFunction(options))
block but does not make it into the renderOptions function. I have over-ridden the function in my code and replaced the block with:The text was updated successfully, but these errors were encountered: