alaska-field-geo
Advanced tools
Comparing version 0.11.10 to 0.11.12
{ | ||
"name": "alaska-field-geo", | ||
"version": "0.11.10", | ||
"version": "0.11.12", | ||
"description": "Alaska geo field", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -14,2 +14,3 @@ // @flow | ||
props: { | ||
className: string, | ||
model: Object, | ||
@@ -28,2 +29,3 @@ field: Object, | ||
let { | ||
className, | ||
field, | ||
@@ -35,3 +37,3 @@ value, | ||
let help = field.help; | ||
let className = 'form-group geo-field'; | ||
className += ' geo-field'; | ||
if (errorText) { | ||
@@ -38,0 +40,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
3594
120