Skip to content

Commit

Permalink
fix(field): drop running requests on next
Browse files Browse the repository at this point in the history
  • Loading branch information
fkm-adfinis committed May 8, 2019
1 parent b16f7c3 commit aa5f99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/lib/field.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export default EmberObject.extend(Evented, {
this.answer.setProperties(response);
return response;
}
}),
}).restartable(),

/**
* Validate the field. Every field goes through the required validation and
Expand Down

0 comments on commit aa5f99c

Please sign in to comment.