alaska-field-image
Advanced tools
Comparing version 0.11.10 to 0.11.12
{ | ||
"name": "alaska-field-image", | ||
"version": "0.11.10", | ||
"version": "0.11.12", | ||
"description": "Alaska image field", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -17,2 +17,3 @@ // @flow | ||
props: { | ||
className: string, | ||
model: Object, | ||
@@ -131,3 +132,3 @@ field: Object, | ||
render() { | ||
let { field, value, disabled } = this.props; | ||
let { className, field, value, disabled } = this.props; | ||
let { errorText, max } = this.state; | ||
@@ -175,3 +176,3 @@ if (!field.multi) { | ||
let help = field.help; | ||
let className = 'form-group image-field'; | ||
className += ' image-field'; | ||
if (errorText) { | ||
@@ -178,0 +179,0 @@ className += ' has-error'; |
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
11896
388