Skip to content

Commit d6163c9

Browse files
ismaelgafigo
authored andcommitted
Pass schema to wrapper
1 parent 71d56fc commit d6163c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/fields/utils/wrapped.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ var propsForWrapper = function(props, section) {
7979
classes : ou.getIn(props.schema, ['x-hints', 'form', 'classes']),
8080
title : props.schema.title,
8181
type : props.schema.type,
82-
description: props.schema.description
82+
description: props.schema.description,
83+
schema : props.schema
8384
};
8485

8586
if(section && props.isArrayItem) {

0 commit comments

Comments
 (0)