|
@@ -36,7 +36,7 @@ export default class FormComp extends Module {
|
|
|
} = this.props
|
|
|
|
|
|
//Init
|
|
|
- if(!inputs) inputs = Inp;
|
|
|
+
|
|
|
if(!inputsMargin) inputsMargin = 7
|
|
|
|
|
|
|
|
@@ -94,7 +94,7 @@ FormComp.Inputs = {
|
|
|
placeholder:"password"
|
|
|
},
|
|
|
],*/
|
|
|
- inputs:new Types.Object().require(),
|
|
|
+ inputs:new Types.Object().require().default(Inp),
|
|
|
ButtonText:new Types.Text().require().default('Submit'),
|
|
|
ButtonColor: new Types.Text().require().color().default('rgba(3, 218, 198, 1)'),
|
|
|
backgroundColor: new Types.Text().require().color().default('rgba(0, 140, 186, 1)'),
|