Skip to content

Commit dc40258

Browse files
committed
Fixed global option propagation
Global options were being dropped through fieldset rendering
1 parent bdf8022 commit dc40258

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/services/schema-form.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ angular.module('schemaForm').provider('schemaForm',
182182
path: path,
183183
required: required || false,
184184
lookup: options.lookup,
185-
ignore: options.ignore
185+
ignore: options.ignore,
186+
global: options.global
186187
});
187188
if (def) {
188189
f.items.push(def);

0 commit comments

Comments
 (0)