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
When I try to add 'File upload' addon under a fieldset, I get the above error.
$scope.form = [{ type: 'fieldset', title: 'Section', items: ['item1'] }]
where "item1": { "title": "Item1", "type": "string", "description": "", "format": "base64", "maxSize": "5242880" }
Please let me know if there is a workaround for this.
/P
The text was updated successfully, but these errors were encountered:
Hi,
When I try to add 'File upload' addon under a fieldset, I get the above error.
$scope.form = [{ type: 'fieldset', title: 'Section', items: ['item1'] }]
where "item1": { "title": "Item1", "type": "string", "description": "", "format": "base64", "maxSize": "5242880" }
Please let me know if there is a workaround for this.
/P
The text was updated successfully, but these errors were encountered: