diff --git a/src/index.js b/src/index.js index c1ca5c6..40e9e0e 100644 --- a/src/index.js +++ b/src/index.js @@ -21,6 +21,7 @@ var InputPassword = React.createClass({ minLength: RP.number, strengthLang:RP.array, id: RP.string, + wrappedDivStyle: RP.object, }, @@ -36,7 +37,8 @@ var InputPassword = React.createClass({ toggleMask: true, unMaskTime: config.unMaskTime, strengthLang: config.strengthLang, - id: 'input' + id: 'input', + wrappedDivStyle: {} } }, @@ -256,7 +258,6 @@ var InputPassword = React.createClass({ return (