stuff
This commit is contained in:
parent
4eef6d4a1b
commit
340aa54464
|
@ -6083,8 +6083,8 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, cleanUps: BDFDB && BDFDB
|
||||||
}),
|
}),
|
||||||
(BDFDB.ArrayUtils.is(this.props.labelchildren) ? this.props.labelchildren : Array.of(this.props.labelchildren)),
|
(BDFDB.ArrayUtils.is(this.props.labelchildren) ? this.props.labelchildren : Array.of(this.props.labelchildren)),
|
||||||
BDFDB.ReactUtils.createElement(LibraryComponents.Flex.Child, {
|
BDFDB.ReactUtils.createElement(LibraryComponents.Flex.Child, {
|
||||||
grow: this.props.basis ? 1 : 0,
|
grow: this.props.basis ? 0 : 1,
|
||||||
shrink: 0,
|
shrink: this.props.basis ? 0 : 1,
|
||||||
basis: this.props.basis,
|
basis: this.props.basis,
|
||||||
wrap: true,
|
wrap: true,
|
||||||
children: BDFDB.ReactUtils.createElement(childcomponent, childprops)
|
children: BDFDB.ReactUtils.createElement(childcomponent, childprops)
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue