alaska-field-relationship
Advanced tools
Comparing version 0.11.10 to 0.11.11
{ | ||
"name": "alaska-field-relationship", | ||
"version": "0.11.10", | ||
"version": "0.11.11", | ||
"description": "Alaska relationship field", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -47,3 +47,3 @@ // @flow | ||
if (_.find(this.state.options, (o) => o.value === props.value)) return; | ||
this.setState({ options: [] }); | ||
this.setState({ options: [] }, this.handleSearch); | ||
} | ||
@@ -122,2 +122,3 @@ } | ||
render() { | ||
console.log('render', this); | ||
let { field, value, disabled, errorText } = this.props; | ||
@@ -124,0 +125,0 @@ const options = this.state.options; |
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
15578
527