react-bootstrap
Advanced tools
Comparing version 0.8.1 to 0.8.2
{ | ||
"name": "react-bootstrap", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Bootstrap 3 components build with React", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -59,3 +59,3 @@ "use strict"; | ||
renderLabel: function () { | ||
return this.props.label ? React.DOM.label( {for:this.props.id}, this.props.label) : null; | ||
return this.props.label ? React.DOM.label( {htmlFor:this.props.id}, this.props.label) : null; | ||
}, | ||
@@ -62,0 +62,0 @@ |
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
88137