anchor-ui
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -95,3 +95,4 @@ 'use strict'; | ||
inputRef = _props.inputRef, | ||
classes = _props.sheet.classes; | ||
classes = _props.sheet.classes, | ||
disabled = _props.disabled; | ||
var _state = this.state, | ||
@@ -126,3 +127,4 @@ className = _state.className, | ||
maxLength: maxLength, | ||
ref: inputRef | ||
ref: inputRef, | ||
disabled: !disabled | ||
}), | ||
@@ -157,3 +159,4 @@ _react2.default.createElement( | ||
leftButton: _react.PropTypes.node, | ||
inputRef: _react.PropTypes.func | ||
inputRef: _react.PropTypes.func, | ||
disabled: _react.PropTypes.bool | ||
}; | ||
@@ -164,3 +167,4 @@ MessageInput.defaultProps = { | ||
maxLength: 500, | ||
leftButton: null | ||
leftButton: null, | ||
disabled: false | ||
}; | ||
@@ -167,0 +171,0 @@ MessageInput.contextTypes = { |
{ | ||
"name": "anchor-ui", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "React Component UI Kit", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
130923
2570